.form_box {
	width: 440px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	float: left;
}
/* Box that contains the label and type div boxes */
.form_rowspan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 440px;
	float: left;
	height: auto;
}
/* Box that contains the label */
.form_labelbox {
	color: #333333;
	height: auto;
	width: 120px;
	font-size: 11px;
	margin-right: 10px;
	text-align: right;
	padding-top: 10px;
	float: left;
}
/* Box that contains the type of element */
.form_typebox {
	color: #000000;
	height: auto;
	width: 200px;
	margin-right: 10px;
	text-align: left;
	padding: 5px;
	float: left;
}
/* Box that contains the required message */
.form_required {
	font-family: Arial, Helvetica, sans-serif;
	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 {
	color: #000000;
	border: 1px solid #677276;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
/* Controls the look of the multi line text box */
.formtextarea {
	width: 425px;
	color: #000000;
	border: 1px solid #677276;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
/* 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: 16px;
	font-weight: bold;
	color: #304C19;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	font-size: 11px;
	color: #333333;
	cursor: pointer;
}

