#login {
	width: 360px;	
}
h1 a {
	background: url("../images/abc-logo.png") no-repeat scroll center top;
	height: 100px;
	width: 327px
}
label {
	font-family: 'Century Gothic',Futura,'URW Gothic L',sans-serif;
	color: #999999;	
}

#user_pass, #user_login, #user_email {
		border: solid 1px #999;
		color: #666;
		font-family: 'Century Gothic',Futura,'URW Gothic L',sans-serif;
}
#wp-submit {
	border: none;
	background-image: none;
	background-color: #C00;
	height: 30px;
	width: 56px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	cursor: pointer;
}
.login #nav a {
    color: #C00 !important;
}
