.form_box {
	width: 580px;
	height: auto;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* Box that contains the label and type div boxes */
.form_rowspan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 500px;
	float: left;
	height: auto;
}
/* Box that contains the label */
.form_labelbox {
	color: #000000;
	height: auto;
	width: 110px;
	text-align: right;
	padding-top: 10px;
	float: left;
}
/* Box that contains the type of element */
.form_typebox {
	color: #000000;
	height: auto;
	width: 235px;
	text-align: left;
	padding: 5px;
	float: left;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}

/* Box that contains the required message */
.form_required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0000;
	height: auto;
	width: 80px;
	text-align: left;
	padding: 8px;
	float: left;
}
/* Controls the look of the single line text box */
.forminput {
	color: #000000;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #888888;
	border-right: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
/* Controls the look of the multi line text box */
.formtextarea {
	width: 425px;
	color: #000000;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #888888;
	border-right: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
/* Controls the ? */
.respondline {
	font-weight: bold;
	color: #990000;
	border: 0px solid #BBBBBB;
	text-align: left;
}
.form_response {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #475764;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
