#login-form-overlay {
    display: none;
    background: black;
}

#login-form {
    font-size: 30px;
    width: 380px;
    height: 380px;
    background: #fff;
    display: none;
}

#login-form #btn-close-login-form img {
    border: none;
}

#login-form form {
    margin: 40px auto;
    text-align: center;
}

#login-form fieldset {
    border: 0px;
}

#login-form legend {
    color: #00549C;
    font-size: 20px;
    margin-left: 115px;
    margin-top: -220px;
    text-align: center;
}

*+html #login-form legend {
    margin-left: 110px;
    margin-top: -120px;
}

#login-form a {
    color: #00549c;
    text-decoration: none;
}

#login-form a:hover {
    text-decoration: underline;
}

#login-form .input-wrapper {
    text-align: left;
    width: 222px;
    margin-bottom: 10px;
}

#login-form .input-wrapper label {
    margin-top: -27px;
}

#login-form .input-wrapper .text-input {
    width: 222px;
    height: 26px;
    background: url('../img/log_form_text_input.png') no-repeat;
}

#login-form .input-wrapper .text-input input {
    width: 222px;
    height: 18px;
    margin: 4px;
    border: none;
    background: none;
}

#login-form .submit {
    width: 121px;
    height: 29px;
    background: url('../img/btn_login.png') no-repeat;
    border: none;
    cursor: pointer;
    font-size: 0px;
    /*text-indent: -2000px;*/
}

#login-form .submit-over {
    width: 121px;
    height: 29px;
    background: url('../img/btn_login_over.png') no-repeat;
    border: none;
    cursor: pointer;
    font-size: 0px;
    /*text-indent: -2000px;*/
}
