.formbox {
	width: 570px;
	height: auto;
	min-height: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* Box that contains the label and type div boxes */
.formline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 570px;
	height: 15px;
	float: left;
	height: auto;
}
/* Box that contains the label */
.formcaption {
	color: #000000;
	height: auto;
	min-height: 20px;
	width: 150px;
	float: left;
	font-size: 11px;
	text-align: left;
}
/* Box that contains the type of element */
.formtextbox {
	color: #000000;
	height: auto;
	width: 150px;
	text-align: left;
	padding: 2px;
	float: left;
}
/* Box that contains the required message */
.form_required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0000;
	height: auto;
	width: auto;
	text-align: left;
	padding: 5px;
	float: left;
}
/* Controls the look of the single line text box */
.forminput {
	color: #000000;
	padding: 3px;
	border: 1px solid #8DC73F;
	background-color: #FFFFFF;
	margin: 0px;
}
/* Controls the look of the multi line text box */
.formtextarea {
	width: 425px;
	height: 200px;
	color: #000000;
	padding: 3px;
	border: 1px solid #8DC73F;
	background-color: #FFFFFF;
	margin: 0px;
}
/* Controls the ? */
.respondline {
	font-weight: bold;
	color: #990000;
	border: 0px solid #BBBBBB;
	/*background-color: #D6D6D6;*/
	padding: 3px;
	padding-top: 40px;
	height: 70px;
	text-align: center;
	margin-top: 40px;
}
.form_response {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
select {
	width: 152px;
	}
