html {
	background-color:#222;
	}
	
body {
	font-family:Georgia,sans-serif;
	font-size:12px;
	color:#222222;
	}
	
#login {
	background:transparent url(bg_login.jpg) no-repeat top;
	margin:7em auto 0;
	padding:55px 210px 0;
	width:320px;
	height:371px;
}

h1 a {
	background:transparent url(logo.gif) no-repeat top;
	display:block;
	height:58px;
	overflow:hidden;
	padding-bottom:0;
	width:auto;
	}
	
#login_error, .message {
	margin:2px 16px;
	padding:5px;
	}
	
form {
	background:none;
	border:none;
	font-weight:normal;
	margin-left:0;
	padding:5px 16px 25px;
}

label {
	color:#444;
	font-size:14px;
	}
	
form .forgetmenot label {
	font-size:14px;
	}

#nav {
	margin:0;
	padding:5px 16px;
	}
	
.login #nav a {
	text-decoration:none;
	color:#222 !important;
	}
	
.login #nav a:hover {
	color:#FF7F00 !important;
	}
	
#login form input.input:focus {
	border-color:#aaa;
}

#login form .submit input {
	background:#eee none repeat scroll 0 0;
	border-color:#444 !important;
	color:#222 !important;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	}
	
#login form .submit input:hover {
	border-color:#444 !important;
	color:#FF7F00 !important;
	}
	
#login form .submit input:active {
	background:#eee none repeat scroll 0 0 !important;
	}