* { margin: 0; padding: 0; }

body {
	font-family:"Trebuchet MS";
}

form {
	margin-left: 8px;
	/*padding: 6px;*/
	background: #fff;
}

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

#login form .submit input {
	font-family: "Trebuchet MS";
	padding: 0 10px;
	border: none;
	font-size: 10pt;
	cursor: pointer;
	text-decoration: none;
	margin-top: 2px;
}

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

label {
	color: #777;
	font-size: 13px;
}
.reg {
	color: #777;
	font-size: 13px;
}
form .forgetmenot label {
	font-size: 11px;
	line-height: 12px;
}

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: 267px; }

#login_error, .message {
	margin: 0 0 2px 8px;
	padding-bottom: 1px;
	font-size:10pt;
	color:#FF0000;
}

#nav { margin: 0 0 0 8px; padding: 8px 0 0px 0;}
	
a:hover{color:#333333;}

#user_pass, #user_login, #user_email, #firstname, #lastname, #pass1, #pass2 {
	font-size: 10pt;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 6px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}