/* BE form styles */

h2 {
	font-size:large;
	margin-top:10px;
	margin-bottom: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.required {color: #FF0000}
.form {
	background-color:#F3F3F3;
}
.form th  {
	font-size:small;}	
.message {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

#formlayout td {
	padding:5px 15px 5px 15px;
	background-color: #F5F5F5;
}
#formlayout {
	border:1px #999999 solid;
	width:98%;
	background-color: #FFFFFF;
}

.formheader {
	background-color:#022CA5;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	}
.formfooter {
	background-color:#C7BBBB;}

.form_divider {
	/*border-bottom:3px #999999 solid;*/
	padding:5px 0 0 0;
	margin:5px 0 0 0;}
