form.ajax-auth{
    display: none;
    z-index: 10000;
    position: fixed;
    max-width: 715px;
    width: 100%;

    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    //background-color: #FFFFFF;
    //border-radius: 8px;
    //font-family: Arial, Helvetica, sans-serif;
    //box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);   
    //color: #878787;
    //font-size: 11px;
}

/*.ajax-auth h1, .ajax-auth h3{
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-weight: 100;
    color: #333333;    
    line-height: 1;    
}

.ajax-auth h1{
    font-size: 27px;
    text-align: center;
    margin: 0 0 20px 0;
}

.ajax-auth h3{
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.ajax-auth h3 a{
    color: #e25c4c;
}

.ajax-auth hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none;
    height: 1px;
    margin: 20px 0;
}*/

/*.ajax-auth input#username,
.ajax-auth input#password,*/
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword,
.ajax-auth input#password2{
    border: 1px solid #EDEDED;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    font-size: 15px;
    padding: 10px 10px 10px 13px;
    width: 325px;
    margin: 7px 0 20px 0;
    background-color: #F9F9F9;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
}

.ajax-auth input#username:focus,
.ajax-auth input#password:focus,
.ajax-auth input#signonname:focus,
.ajax-auth input#email:focus,
.ajax-auth input#signonpassword:focus,
.ajax-auth input#password2:focus{
    background-color: #FFF;
}

.ajax-auth label.error{
    display: none !important;
}

.ajax-auth input.error{
    border: 1px solid #FF0000 !important;
}

/*.ajax-auth input.submit_button{
    font-size: 13px;
    color: #FFF;
    border: 1px solid #b34336;
    background-color: #e25c4c;
    border-radius: 3px;
    text-shadow: 0 1px 0 #ba3f31;
    padding: 9px 31px 9px 31px;
    background: -moz-linear-gradient(top, #ea6656, #df5949);
    border-top: 1px solid #bb483a;
    border-bottom: 1px solid #a63b2e;
    float: right;
    box-shadow: 0 1px 0 #E87A6E inset;
}*/

.ajax-auth a{
    text-decoration: none;
}

.ajax-auth a.close{
/*    color: #DCDCDC;
    position: absolute;
    right: 15px;
    top: 15px;
    */
    width: 14px;
    height: 14px;
    position: absolute;
    top:25px;
    right: 25px;
    background-image: url(../images/Close_Browser_24.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.ajax-auth a.text-link{
    color: #7FB8E4 ;
/*    float: left;
    margin: 10px 0 0 0;*/
}

.ajax-auth p.status{
    text-align: left;
    padding-left: 5%;
    font-weight: 600;
    //display: none;
    height: 0px;
    background-color: #ecf0f1;
    line-height: 70px;
    color: #5b6465;
    font-size: 1.3em;

}

a.login_button{
    /*    font-family: Arial, Helvetica, sans-serif;
        padding: 5px 7px 5px 7px;
        background-color: #FFF;
        border-radius: 3px;
        border: 1px solid #DCDCDC;
        color: #333;
        text-decoration: none;
        font-size: 11px;*/
    color: #fff;
}

.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.8;
    position: fixed;
    z-index: 9999;
}