#login {
	background: #060 url(images/login-bkg-tile.png) center top no-repeat;
	width: 380px;
	margin-top: 2em;
}

#login form {
	margin: 0;
	padding-bottom: 20px;
}
#login form p {
	padding-left: 8px;
	margin-bottom: 20px;
}
#login form p.forgetmenot {
	margin-bottom: 0;
}

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

#registerform p.redirect {
	display: none;
}

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

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

/*  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-bkg-bottom.gif) center 100% no-repeat;
	height: 40px;
	text-indent: 26px;
	margin: 0; padding: 5px 0 0;
}
* html #nav {
	width: 380px;
}

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

#login form .submit input {	
	margin-right: 11px;
}
* html #login form .submit {
	padding: 0;
	margin: 0;
}

/*  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,
#login #login_error {
	padding: 12px;
	margin: 5px 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% */
}
#pass1, #pass2, #regcode, #captcha, #firstname, #lastname, #website, #aim, #yahoo, #jabber, #about, .custom_field {
	font-size: 20px;
	width: 94%;
	padding: 3px;
	margin-right: 6px;
}
#about {
	height: 60px;
	width: 95%;
}
#disclaimer {
	display: block;
	width: 94%;
	padding: 3px;
	background-color: #fff;
	border: solid 1px #A7A6AA;
	font-weight: normal;
}
#captcha {
	width: 156px;
}
#captchaimg {
	float: left;
}
#reg_passmail {
	display: none;
}
small {
	font-weight: normal;
}
#login #pass-strength-result {
	padding: 3px 5px;
	margin-top: 3px;
	text-align: center;
	border: 1px solid;
	display: block;
	background-color: #bb0;
	width: 93%;
}
#login #pass-strength-result.short  { color: #000; background-color: #eee; }
#login #pass-strength-result.bad    { color: #fff; background-color: #900; }
#login #pass-strength-result.good   { color: #000; background-color: #bb0; }
#login #pass-strength-result.strong { color: #fff; background-color: #060; }

