/*Style for field's label text*/
.reqrequired {
	font-weight: bold;
}
/*style for the 'required' text following the field label*/
.reqrequired2 {
	font-weight: bold;
	color: #FF0000;
	font-size: .8em;
}
.reqtable {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.reqtbody {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}
/*style for the error message at the top of the form*/
.reqerrormsg {
	font-weight: bold;
	color: #FF0000;
}
