* { margin: 0; padding: 0; }

body.login {
	border-top-width: 30px;
	border-top-style: solid;
	font: 11px Tahoma, Arial, Helvetica, Verdana, sans-serif;
}

/* ORIGINAL FORM STUFF */
form {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }

form.noClass {
	margin: 0 0 8px 0;
	padding: 0px;
	border: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: rgba(255,255,255,0) 0 0 0;
	-webkit-box-shadow: rgba(255,255,255,0) 0 0 0;
	-khtml-box-shadow: rgba(255,255,255,0) 0 0 0;
	box-shadow: rgba(255,255,255,0) 0 0 0;

}

form table {
/*
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px; */
}

/* ORIGINAL LOGIN BUTTON */
#login form .submit input#wp-submit {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

#login form p {
	margin-bottom: 0;
}

label {
	color: #777;
	font-size: 13px;
}

form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}

form .submit { float: right; }

form p { margin-bottom: 24px; }

h1 a {
	background: url(../images/logo-login.gif) no-repeat top center;
	width: 326px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}

#nav {
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

#backtoblog a {
	position: absolute;
	top: 7px;
	left: 15px;
	text-decoration: none;
}

#login { width: 320px; margin: 7em auto; }

#login_error {
	color: red;
	margin-bottom: 4px;
	padding-left: 8px;
	/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

#nav { 
	margin: 12px 0 0 8px; 
	text-align: center;
	}

input#user_login.small, input#user_pass.small, p.rememberme/*, p.submit*/ {
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 160px;
	height: 19px;
	border: 1px solid #666c22;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	}

input#user_pass, input#user_login, input#user_email, input#firstname, input#lastname, input#email_address.custom_field, input#pass1, input#pass2, input#regcode {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	width: 270px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	/* width: 160px;
	height: 17px;
	border: 1px solid #666c22; */
	margin-bottom: 8px;	
}

#user_pass.input, #user_login.input, #user_email.input, input#firstname, input#lastname, input#email_address.custom_field, input#pass1, input#pass2, input#regcode {
	font-family: Verdana, Arial, sans-serif;
	width: 270px;
	height: 24px;
	font-size: 14px;
	padding: 0px;
	color: #666666;
	}
	
p.login {
	margin-bottom: 6px;
	}


.clear {
	clear: both;
}
