.form_box {
	width: 530px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* Box that contains the label and type div boxes */
.form_rowspan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 530px;
	float: left;
	height: auto;
}
/* Box that contains the label */
.form_labelbox {
	color: #000000;
	height: auto;
	width: 150px;
	text-align: right;
	padding-top: 10px;
	float: left;
}
/* Box that contains the type of element */
.form_typebox {
	color: #000000;
	height: auto;
	width: 270px;
	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;
	margin-left: 10px;
	text-align: left;
	padding: 5px;
	float: left;
}
/* Controls the look of the single line text box */
.forminput {
	color: #000000;
	padding: 4px;
	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;
	color: #000000;
	padding: 4px;
	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;
}

/* ######### register form ######## */
.row_form_span {
	border-bottom: 1px dotted #CCCCCC;
	}
.row_hint {
	font-size: 10px;
	color: #12222F;
	float: left;
	height: 15px;
	width: 165px;
	margin-top: 6px;
	padding-left: 5px;
}
.row_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.row_form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	float: left;
	height: 16px;
	width: 120px;
	margin-right: 5px;
	padding-top: 5px;
}
.row_form_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	float: left;
	height: auto;
	width: 440px;
	margin-right: 10px;
}
.row_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.row_input_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	font-weight: normal;
	height: 16px;
	color: #000000;
	width: 190px;
	margin-bottom: 4px;
	border: 1px solid #54729A;
}
#user_check {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-align: left;
	height: auto;
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form_button {
	width: auto;
	height: 26px;
	float: left;
	display: block;
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	background-color: #006699;
	border-top: 1px solid #C5E3FF;
	border-left: 1px solid #C5E3FF;
	border-bottom: 1px solid #006699;
	border-right: 1px solid #006699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	cursor: pointer;
	}
.form_button_fade {
	width: auto;
	height: 19px;
	float: left;
	display: block;
	padding: 8px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #FFFFFF;
	background-color: #DDEEFE;
	font-size: 12px;
	text-decoration: none;
	margin-right: 5px;
	}

