#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: relative;
	width: 80%;
	border: 1px solid #0000FF;
	padding: 1em;
	}
#wrapper #content hr {
	clear: both;
	width: 90%;
	position: relative;
	background-color: #0F75D4;
	height: 2px;
	margin-left: 5%;
	color: #0000FF;
}

#form h2 , h3 {
	color: #000099;
	font-size: 1.2em;
	text-align: center;
	}

#form input , select , textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	z-index: auto;
	background-color: #FFFFCC;
	position: absolute;
	left: 200px;
	color: #000000;
	}
#form input checkbox {
	background-color: #FFFFCC;
}


#form textarea {
	display: inline;
	font-size: medium;
	color: #000000;
	background-color: #FFFFCC;
	}

#form label {
	width: 350px;
}
#form #Submit {
	text-align: center;
	background-color: #CCCCCC;
	border: thin solid #330099;
	font-weight: bold;
	clear: both;
	position: relative;
	top: 2em;
	color: #000000;
}

#form p {
	text-align: left;
}
#form h2 {
	clear: both;
	color: #000066;
	display: block;
}
#wrapper #content #spot_check input {
	background-color: #FFFFCC;
	width: 20em;
	position: absolute;
	left: 11em;
	font-size: medium;
}
#wrapper #content #spot_check {
	position: relative;
}
#wrapper #content #spot_check #Submit {
	border: 1px solid #0000FF;
	background-color: #CCCCCC;
}
#wrapper #content #spot_check textarea {
	position: absolute;
	left: 11em;
	width: 35em;
}
#wrapper #content #spot_check fieldset {
	visibility: visible;
	position: relative;
}
#formerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
}
#formerror p {
	font-size: small;
	color: #FF0000;
	background-color: #FFFFFF;
	padding-left: 10px;
}
.red {
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}
