h1 {
display: none;
}

.login {
border-top-width: 0;
}

#login {
color: #81745e;
width: 390px;
}

#loginform, #lostpasswordform {
margin-top: -50px;
background: #fff url('images/login-bkg-tile.gif') center top no-repeat;
padding: 150px 40px 0;
_width: 325px;
_margin: 0 auto;
min-height: 385px;
height: auto !important; /* min-height fast hack */
}


#loginform .input, #lostpasswordform .input {
}

#loginform #wp-submit, #lostpasswordform #wp-submit {
background-color: #fff !important;
color: #81745e;
border: 1px solid #ebe9ed;
}

#loginform #wp-submit:hover, #lostpasswordform #wp-submit:hover {
color: #111;
border-color: #81745e;
}

#user_login, #user_pass, #user_email {
font-size: 20px;
width: 97%;
padding: 3px;
margin-right: 6px;
border: 0;
border-left: 1px dotted;
border-top: 1px dotted;
background: transparent;
}

.forgotmenot {}

#rememberme {}

#nav a {
position: absolute;
top: 7px;
right: 15px;
margin: 0 0 0 8px;
padding: 0px;
text-decoration: none;
color: #777 !important;
}

#backtoblog a {
text-decoration: none;
color: #777 !important;
}

#login_error, .message {
margin: 0 0 16px 8px;
border-width: 1px solid #111;
padding: 12px;
}