.authhead h2{
font-size:20pt;
color:#333;
}
.authhead{
padding:20px;
padding-top:5px;
padding-left:5px;
border-bottom:2px dashed #ccc;
margin-bottom:15px;
}


.authhead2{
font-size:17pt;
text-align:center;
padding:20px;
padding-top:25px;
padding-left:5px;
border-bottom:2px dashed #ccc;
margin-bottom:15px;
}
#headdop{
margin-bottom:15px;
text-align:center;
font-size:12pt;
}


.popup-box {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    display: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    z-index: 9999999;
    font-size: 14px;
}
 
.popup-box .close {
    position: absolute;
    top: -35px;
    right: -35px;
    font-family: Arial;  
    font-weight: normal;
    cursor: pointer;
    color: #fff;
    padding: 2px;
    font-size: 25px;
    width:30px;height:30px;
    background:#000;border-radius:20px;
    opacity:0.5;
    text-align:center;
}
 
.popup-box .close:hover {
    color: #fff;
        opacity:0.9;
}
 
.popup-box h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.popup-box .top {
    padding: 20px;
}
 
.popup-box .bottom {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}
 
#blackout {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    display: none;
}