@charset "UTF-8";
/* CSS Document */
h2.legal {
	color				: #FFFFFF;
	font-size			: 14px;
	font-weight			: bold;
	padding				: 0px;
	margin				: 20px 0 8px;
}
div.contactPage {
	width				: 600px;
}
.contactPage h1.legal {
	margin				: 10px 0px;
}
p.contact {
	margin				: 10px 0px 25px;
	color				: #A0A0A0;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
	font-size			: 15px;
}
p.contact a {
	text-decoration		: none;
}
p.contact a:hover {
	text-decoration		: underline;
}
.fieldLabel {
	float				: left;
	width				: 190px;
	height				: 36px;
}
.formRow {
	display				: block;
	clear				: both;
	margin				: 2px 0px;
}
.submitForm {
	display				: block;
	clear				: both;
	margin				: 2px 0px;
}
.fieldLabel h2 {
	color				: #808080;
	font-weight			: bold;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 15px;
	margin				: 0px;
	padding				: 3px 0px;
}
div.formRow input, select, textarea {
	background-color	: #0F0F0F;
	color				: #FFFFFF;
	border				: solid 2px #929292;
	font-weight			: bold;
	font-size			: 15px;
	height				: 20px;
	line-height			: 19px;
	width				: 300px;
}
select {
	width				: 305px;
	height				: 25px;
}
textarea {
	line-height			: normal;
	height				: 170px;
}
input.submitButton {
	border				: none;
	margin				: 20px 0px 5px 220px;
	width				: 277px;
	height				: 38px;
	overflow			: hidden;
}
input.submitButton:hover {
	
}
p.error {
	color				: #C8101D;
	font-weight			: bold;
	font-size			: 15px;
	margin				: 25px 0px 20px;
}
p.success {
	color				: rgb(128, 128, 128);
	font-weight			: bold;
	font-size			: 15px; 
	margin				: 40px 0 300px;
}

