body.login{
	border-top-color: #fff;	
}

#backtoblog a{
	color: #F89B27 !important;
	font: bold 1.0em Arial;
}

#login {
	background:url( images/login.png ) center top no-repeat;
	width: 285px;
	height: 424px;	
}

#login form {
	margin-top: 0px;
}

/*  This makes the core background color for the login form transparent so 
    your graphic will show through in all three form states. 
*/
#loginform, #registerform, #lostpasswordform {
	background-color: transparent;
}

/*  If you have a light background as your login form graphic, change the color
    here. #fff = white, #000 = black. This changes the Username, Password and 
    'Remeber Me' text color. 
*/
form {
	color:#fff;
	padding-left: 7px;
	/*border: solid 1px red;*/
	height: 182px;
	margin-top: 10px;
}

form p{	
	margin-bottom: 16px;
	font: normal 0.9em Arial;
	line-height: 200%;
}

#reg_passmail{
	width: 150px;
	font-weight:normal;
	float: left;
	font-family:Arial;
}

/*  This hides the WordPress logo. The height parameter also adjust where the 
    first input or message box begins. 
*/
h1 a {
	background: transparent;
	height: 122px;
	width: 380px;	
}

label{
	
}

/*  Even though this is the navigation div for the links at the bottom of the 
    login form, it also controls the bottom image that gives the login form a 
    nice curved corner feel. 
*/
#nav {
	background:url( images/login_footer.png ) 0 0 no-repeat;
	width:285px;
	height:34px;
	/*text-indent: 26px;*/
	font: normal 0.9em Arial;
	margin: 0px 0 0 0; 
	padding-top: 10px;
	padding-left: 0px;
}

.login #nav a {
	color:#F89B27;
}

#login form .submit input {
	margin-top: 5px;		
	/*margin-right: 3px;
	background:url( images/login-btn.png ) 0 0 no-repeat;
	font-size: 0px;*/ 
}

form p.forgetmenot{
	/*line-height:200%;
	height: 100px;
	vertical-align: bottom;*/
	padding-top: 8px;
	/*width: 230px;*/
}


/*  Attributes for the errors and messages box. These can be broken up if you 
    want to display a differnet color scheme for messages and errors. 

 {
	padding: 12px;
	margin: 10px 26px 0px 24px;
}*/

#login p.message, #login #login_error {
	/*padding: 12px;*/
	margin: -40px 15px 0 15px;
	background-color: #00638C;
	border: solid 1px #F89B27;
	color: #fff;
	font: normal 1em Arial; 	
}

/*  Form input box attributes. 
*/
#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 244px;
	/*height: 34px;*/	
}

