@charset "utf-8";
/* CSS Document */
#loginHeader {
	border-bottom: solid 1px black;
	text-transform:uppercase;
	font-weight:bold;
	color: #FF6600;
	text-align: center;
}
#loginInstructions {
	text-align: center;
	padding: 4px;
	border-bottom: solid 1px black;
	background-color: #DFEDF1;
}
#loginError {
	text-align: center;
	margin-top: 25px;
	color: #CC0000;
}
#loginContainer {
	margin-top: 25px;
	text-align: center;
}
#loginForm {

}
#loginUsernameLabel {

}
#loginUsername {

}
#loginPasswordLabel {

}
#loginPassword {

}
#loginSubmitButton {

}

