div.red_rect {
	width: 4px;
	height: 18px;
	background-color: #a33132;
	display: inline;
}

div.section {
	color: #52748A;
	margin: 5px 0 10px 30px;
	width: 490px;
	border-bottom: 1px solid #B8C0C9;
	font: bold 10px Arial;
}

/**********************************************/

table.section_fields {
	margin: 5px 0 15px 30px;
	width: 490px;
	height: 35px;
}

table.section_fields td.field_name {
	font: bold 10px Arial;
	color: #272D50;
	height: 22px;
	width: 140;
	text-align: right;
}

table.section_fields td.field_input input {
	border: 1px solid #B8C0C9;
	color: #696B6B;
	font: 12px Arial;
	width: 200px;
}

table.section_fields td.field_checkbox {
	color: #696B6B;
	font: 10px Arial;
}

table.section_fields td.field_textarea {
	font: 12px Arial;
	color: #696B6B;
}

table.required_fields {

	border: 2px solid #8ca1b0;
	border-left: 0;
	border-right: 0;
	margin: 5px 0 0 10px;
	width: 490px;
	height: 35px;
}

table.required_fields td.notice {
	font: italic 11px Arial;
	color: #696B6B;
	height: 40px;
}

