.form_box {
	width: auto;
	height: auto;
	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: auto;
	float: left;
	height: auto;
}
/* Box that contains the label */
.form_labelbox {
	color: #000000;
	height: auto;
	width: 100px;
	text-align: right;
	padding-top: 5px;
	float: left;
}
/* Box that contains the type of element */
.form_typebox {
	color: #000000;
	height: auto;
	width: 150px;
	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: 100px;
	text-align: left;
	padding: 5px;
	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;
}
/* Controls the look of the multi line text box */
.formtextarea {
	width: 425px;
	height: 120px;
	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;
}
/* 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;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	background-color: #FFFFCC;
	padding-left: 2px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	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;
	width: 154px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	background-color: #FFFFCC;
	padding: 2px;
}
.submit {
	color: #000000;
	border-bottom: 1px solid #888888;
	border-top: 1px solid #BBBBBB;
	border-right: 1px solid #888888;
	border-left: 1px solid #BBBBBB;
	background-color: #93A6AA;
	cursor: pointer;
	}
