

#tableForm {
	background: url(../images/underline.gif) repeat-x 0 0;
	padding: 10px 0px;
	font-size: 0.8em;
	width: 450px;
	color: #4e4e4e;
}
#tableForm_add {
	background: url(../images/underline.gif) repeat-x 0 0;
	padding: 10px 0px;
	font-size: 0.8em;	
	color: #4e4e4e;
}

.fieldBox { width: 200px; }
.commentBox { width: 450px; }
.required { font-family: Verdana, Arial, Helvetica, sans-serif; color: #c40909; }


.fieldBox, .commentBox { font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; padding: 2px; }


#tableForm span { font-size: 0.85em; }
.callout {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #cebba2;
	text-align: center;
	font-size: 0.85em;
}
.errorTxt { color: #c40909; font-weight: bold; }


