body {
	background: url('/images/backfill.jpg') no-repeat #000000;
	background-position: top center;
	text-align: center;
	margin: 0px;
}

#checkfill {
	background: url('/images/checkfill.gif');
}

#wrapper {
	width: 993px;
	color: #697789; 
	text-align: center;
	margin: 0 auto; 
	font-family: Arial;
	font-size: 12px;
}

#footer {
	color: #212939;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #00A1FF; 
	text-decoration: none;
}

a:Hover {
	color: #00A1FF;
	text-decoration: underline;
}

input[type="text"], input[type="password"] {
	autocomplete: off;
	border: 1px #3E6393 solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
	width: 250px;
	padding-left: 2px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #3E6393 solid;
	font-size: 11px;
	overflow: auto;
	padding: 2px;
	resize: none;
}

.copyright {
	font-size: 10px;
	text-align: center;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}


.alert {
	color: #FF3300;
	font-weight: bold;
}
.alertItem {
	color: #FF3300;
	font-weight: normal;
}
