#loginForm {
	color: white;
}

#loginForm div {
	float: right;
}

#loginForm input {
	background-color: #727272;
	border: none;
	padding: 3px;
	color: white;
}

#emailAddress_field {
	margin-right: 3px;
}

#password_field {
	margin-right: 3px;
}

#login input {
}

#login_error_message{
	color: #FFFFFF;
	text-align: center;
	height: 15px;
	margin-bottom: 2px;
}
.submit{
text-align:center;
}

.user_field label{
color:white;
}
