body {
	background: url('images/bg.jpg') #4da7e0 !important;
	background-repeat: repeat-x !important;
	background-position: top !important;
	}
	
.message {
		color: #ffffff !important;
		background: #202020 !important;
		border: 1px solid #404040 !important;
}

#login {
	background:url( images/logo.png ) center top no-repeat;
	width: 389px;
	
}

* html #login { background:url( images/logo.gif ) center top no-repeat; }
	
#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;
	font-weight: 400 !important;
}

/*  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;
	outline: none;
}

/*  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 {
	width:380px;
	height:45px;
	text-indent: 26px;
	margin:0px; padding: 0px;
}

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

.login #nav a:hover {
	color:#ff0000;
}

#login form .submit input {	
	margin-right: 11px;
}

/*  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. 
*/
#login p.message {
	padding: 12px;
	margin: 10px 26px 0px 24px;
}

#login #login_error {
	padding: 12px;
	margin: 15px 26px 0px 24px;
}

/*  Form input box attributes. 
*/
#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 94%;
	/* width:318px; this width is the same as 94% */
}

fieldset	{ font-size: 10pt !important; font-family: arial, helvetica, sans serif !important; width: 100% !important; border: 0px !important; padding: 0px !important; margin: 0px !important; }
input		{ font-size: 10pt !important; font-family: arial, helvetica, sans serif !important; color: #666600 !important; margin: 0px 0px 8px 0px !important; border: 1px solid #cccc88 !important; background: #ffffcc !important; }
input:focus	{ border: 1px solid #cc9933 !important; background: #ffff99 !important; }
textarea:focus	{ border: 1px solid #cc9933 !important; background: #ffff99 !important;}

#pass-strength-result { display: none !important; }
