
#loginPopUp{
    position:fixed;
    display:none;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

#innerLogin{
    position:relative;
    width:100%;
    height:100%;
}

#loginContent{
    position:fixed;
    left:40%;
    top:30%;
    height: 300px;
    width: 400px;
    background-color: white;
    border:solid 1px gray;
}

#loginLeftSection{
    float:left;
    width:410px;
    height:100%;
}

#loginDivider{
    float:left;
    width:1px;
    height: 92%;
    margin-top: 3%;
    background-color: #CBCBCB;
}

#loginRightSection{
    float:left;
    width:410px;
    height:100%;
}

.loginSectionTitle{
    position: relative;
    width: 100%;
    height: 26px;
    margin-top: 30px;
    color: #444444;
    font-size: 20px;
    text-align: center;
}

.facebookBtnStyle{
    position:relative;
    width: 314px;
    height: 45px;
    margin:0 auto;
    margin-top: 20px;
    border-radius: 5px;
    background-color:rgb(61,91,150);
    cursor:pointer;
}

.facebookImg{
    float: left;
    margin-top: 10px;
    margin-left: 40px;
    width: 13px;
}

.facebookBtnText{
    float:left;
    font-size:16px;
    width:200px;
    margin-top:15px;
    text-align:center;
    margin-left: 16px;
    color: #FFFFFF;
}

.sectionDivider{
    position:relative;
    width:314px;
    height:1px;
    background-color:#A6A5A5;
    margin:0 auto;
    margin-top:28px;
}

.loginPopUpInput{
    position: relative;
    width: 274px;
    height: 33px;
    margin-left: 46px;
    margin-top: 14px;
    color: #777777;
    border: solid 1px #A6A5A5;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 33px;
}

.margin25{
    margin-top:25px;
}

#loginPopUpForgotPasswordContainer{
    position:relative;
    width:100%;
    height:18px;
    margin-top:12px;
}

#loginPopUpForgotPasswordText{
    float:right;
    color:#0074FF;
    cursor:pointer;
    margin-right:67px;
    font-size:11px;
}

.loginPopUpEnter{
    position: relative;
    width: 314px;
    height: 40px;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    background-color: #002E6D;
    color: white;
    border: #002E6D 1px solid;
}

.loginPopUpEnter:hover{
    background-color: white;
    color: #002E6D;
    cursor:pointer;
    border: #D0D0D0 1px solid;
}

.loginPopUpEnterText{
    position: relative;
    width: 100px;
    margin: 0 auto;
    top: 14px;
    text-align: center;
    font-size: 15px;
    color: #444444;
}

.loginPopUpRow{
    position:relative;
    width:100%;
    height:20px;
    margin-top:15px;
    font-size:12px;
}

#recevieDiscountCheckbox{
    margin-left:46px;
}



#receiveDiscountText{
   float: left;
    margin-left: 5px;
    margin-top: 4px;
    width: 340px;
}

#seeTermsAndConditions{
    position:relative;
    width:176px;
    margin:0 auto;
}

.dummy_iframe{
    position:absolute;
    top:0px;
    left:0px;
    height:0px;
    width:0px;
}

#closeLoginBtn{
    position:absolute;
    top:0px;
    right:0px;
}

#closeLoginBtn:hover{
    cursor:pointer;
}

.logonRow{
    position:relative;
    width:100%;
    height:30px;
}

.radioBtnContainer{
    float:left;
    margin-left: 76px;
  margin-top: 14px;
}

.logonRadioBtn{
    -webkit-appearance: radio;
    cursor:pointer;
}

#enterprise{
    display:none;
}

#personTypeContainer{
    position:relative;
    width:100%;
    height:261px;
}

#personType{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    overflow:hidden;
}
