@charset "utf-8";
#maincontent body/* CSS Document */

 {
	background-color:#000022;
	color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
#maincontent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
}
#maincontent p {
	width:475px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	color: #DFE2E5;
}
form {
	width:480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 5px;
}
label {
	display:block;
	font-weight:normal;
}
textarea {
	width:400px;
	height:150px;
}
.textInput {
	width:250px;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.clearIt {
	clear: both;
}
.warning {
	font-weight:bold;
	color:#F00;
}
