#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 h2 {font-size: 24px;}
#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 .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;}
#login-form .submit-over {width: 121px; height: 29px; background: url('../img/btn_login_over.png') no-repeat; border: none; cursor: pointer;}