.form_box {
	width: 460px;
	margin: 20px 0 0 0;
	height: auto;
	font-size: 10px;
	color: #000000;
	float: left;
}
/* Box that contains the label and type div boxes */
.form_rowspan {
	font-size: 10px;
	width: 460px;
	float: left;
	height: auto;
}

/* Box that contains the label */
.form_labelbox {
	color: #000000;
	height: auto;
	width: 140px;
	font-size: 13px;
	margin-right: 10px;
	text-align: left;
	padding-top: 5px;
	float: left;
}
/* Box that contains the type of element */
.form_typebox {
	color: #6C1305;
	height: auto;
	width: 200px;
	margin-right: 10px;
	text-align: left;
	padding: 5px;
	float: left;
	font-size: 12px;
}
/* Box that contains the required message */
.form_required {
	font-size: 9px;
	color: #CC0000;
	height: auto;
	width: 50px;
	text-align: left;
	padding: 5px;
	float: left;
}
/* Controls the look of the single line text box */
.forminput {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
	font-size: 11px;
	padding: 4px;
}
/* Controls the look of the multi line text box */
.formtextarea {
	font-family: Tahoma, Geneva, sans-serif;
	width: 500px;
	color: #000000;
	font-size: 11px;
	padding: 4px;
}
/* Controls the ? */
.respondline {
	font-weight: bold;
	color: #990000;
	/*background-color: #D6D6D6;*/
	padding: 3px;
	padding-top: 40px;
	height: 70px;
	text-align: center;
	margin-top: 40px;
}
.form_response {
	font-size: 16px;
	color: #9CC316;
}
select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}