/*Author:Chandra Sekar Balasubramanian
 *dorlandsOnline  login popup for entire application
 *Created Date:02/09/2015
 *Modified Date:04/24/2015
 *Version:1.2
 */
#backgroundloginPopup {
    background: none repeat scroll 0 0 #0b0b0b;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
#logintoPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    color: #000000;
    display: none;
    font-size: 14px;
    left: 65%;
    margin-left: -400px;
    position: fixed;
    top: 30%;
    width: 300px;
    height: 300px;
    z-index: 999;   
}
div.loginloader {
   /*background: url("../images/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background: url(../images/loading.gif) no-repeat 0 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 40%;
    width: 32px;
    z-index: 999;
}
div.logincloseicon{
    background: url(../images/close_icon.jpg) no-repeat 0 0;
    cursor: pointer;
    float: right;
    height: 30px;
    bottom:0px;
    position: relative;
    width: 30px;
}
span.loginecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: -20px;
    width: 93px;
}
span.loginarrow {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#loginpopup_content {
    margin: 4px 7px;
}
#PopuploginForm label.label{float:left;font:bold 14px Calibri;color:#161619;margin-top:10px;}
#PopuploginForm .login_butn{margin-top:20px;float:left;color:#fff;letter-spacing:1px;border-radius:2px;font:14px Calibri;text-transform:uppercase;background:#026191;border: none;padding: 6px 20px 6px 20px;width:96.5%;}
#PopuploginForm .login_butn:hover{background:#0072ab;}
#PopuploginForm input.login_text{width:90%;float:left;font:14px Calibri;margin-top:10px;padding:7px;border: 1px solid #e3e3e3;border-radius: 2px;vertical-align: middle;}
#PopuploginForm span#keepmeloggedin{margin-top:19px;float:left;font-size:12px;color:#000000;color:#111;padding-left:2px;}
#PopuploginForm span.errormessage{float:left;margin-top:10px;font-size:12px;color:#313131;}
input.login_chk{margin-top:20px;float:left;}
#PopuploginForm a{margin-top:18px;color:#007398; font-size:14px;float:left;padding-left:26%}
#PopuploginForm a:hover{text-decoration:underline;}

