/* Style for labels on fields that have a validation error */
.csserrorField {
	color: #ff0000;
	background-color: #d0ffd0;
	font-weight:bold;
}

/* Style for labels on fields that pass validation*/
.cssOKField {
	color: #000000;
	background-color: #d0ffd0;
	font-weight:bold;	
}

/* Background for the table cells with the entry fields */
.cssEntryCell {
	background-color: #f0f0f0;
}

/* Background for the table row with the reset and submit buttons */
.cssButtons {
	background-color: #ffd0d0;
}

.cssRequired {
	color: #ff0000;
	font-size:x-small;
}