<STYLE TYPE="text/css">
/******************** Styles Applied to Every Form ************/
.formbox {	
	width: 700px;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	text-align: left;
	font-family: tahoma;
}
.formbox FIELDSET {	
	font: 11px bold tahoma;
	margin: 0;
	padding: 10px;
	border: 1px solid #001E4F;
	text-align: justify;
}
.formbox LEGEND {
	font: bold 14px tahoma;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #007CAB;
}
.formbox LABEL {
	font: bold 14px;
	padding: 3px;
	padding-bottom: 6px;
}
.formbox P {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.formbox TD {
	vertical-align: top;
	padding: 3px;
	height: 30px;
}	
.formbox INPUT {
	font: 12px tahoma;
	padding: 2px;
	margin: 0;
	vertical-align: middle;
}
/************ Styles Applied to Every Pageview ****************/
.noc {	/* PARENT CLASS */
	font-family: tahoma; 
}
.noc_left_column {	/* The column of input field labels (i.e. Sale Price, Date of Closing, etc) */
	font: 14px tahoma;
	width: 460px;
	padding-left: 20px;
}
.noc_right_column {		/* The input fields and post markers ($, %) */
	width: 230px;
	font: 14px tahoma;
	text-align: right;
	vertical-align: top;
}
.noc_right_column INPUT {	/* Input Elements in the Right Column */
	text-align: right;
}
.noc_header_row {	/* Headings (i.e. Commissions, Title Fee's, etc.) */
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #EEE;
	padding: 0;
	margin: 0;
}
.noc_spacer_row {	/* empty table rows used as margins in the form */

}
.noc_button_row {	/* The row of buttons that appears at the bottom of every page */
	text-align: right;
}
.noc_button_row INPUT {
	padding: 3px;
	font-weight: bold;
}
.noc_post_marker {	/* The trailing $ or % after the input field */
	display: inline;
	width: 20px;
	padding-top: 2px;
	padding-left: 5px;
	text-align: left;
}
.noc_field_error {	/* The Field label style when the field does not validate */
	color: #B30000;
	font-weight: bold;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.disclaimer {
	font-size: 80%;
	padding: 30px;
	text-align: center;
}
</STYLE>
