html, body {
 background: #cbda73;
}

h1 a {
background: transparent; 
color: transparent;
cursor:pointer;
visibility:hidden;
text-decoration: none;
text-align: center;
width: 99%;
height: 99%;
text-indent: 0;
width:300px;
height:61px;
}
h1 a:hover {
color: transparent;
cursor:pointer;
visibility:hidden;
}

.login {
border-top-width: 0;
}

#login {
background: #fff url(/wp-content/themes/DCOMtheme/images/diaetcom_logo.png) no-repeat 10px 10px;
width: 320px;
margin: 10px auto;
}

#registerform, #loginform, #lostpasswordform  {
background-color: #fff;
color: #009900;
width:265px;
margin: 10px;
}

#loginform .input, #lostpasswordform .input {
}


#registerform #wp-submit, #loginform #wp-submit, #lostpasswordform #wp-submit {
	background: #A4BC15 ;
color: #fff;
border: 1px solid #ebe9ed;
-moz-border-radius: 0;
-khtml-border-radius: 0;
-webkit-border-radius: 0;



}

#loginform #wp-submit:hover, #lostpasswordform #wp-submit:hover {

}


.button-primary {
 border:0;
}


#user_login, #user_pass, #user_email {
font-size: 20px;
width: 97%;
padding: 3px;
margin-right: 6px;
border-width: 1px;
border-style: solid;

}

.forgotmenot {}

#rememberme {}

#nav {
margin: 0 0 0 8px;
padding: 16px;
}

#backtoblog {
text-align: center;
width:320px;
height:30px;
background:#fff;
margin: 10px auto;
}

#backtoblog a {
position:relative;
text-decoration: none;
color: #ee6826 !important;
}

#backtoblog a:hover {
position:relative;
text-decoration: none;
color: #ee6826 !important;
}

#login_error, .message {
margin: 10px;
border-width: 1px solid #009900;
padding: 10px;
}

