/* Error messages */
.error-text { 
	color: #FF0000;
	font-weight:bold;
}
/* Labels in the left column */
.label-text {
	color: #FFFFFF;
	font-weight:bold;
	text-align: right;
}
/* Text in the right column */
.form-text {
	color: #FFFFFF;
	color: #006699;
}
/* Text in colspan column */
.colspan-text {
	text-align: center;
}
/* Style of the form elements */
.form-inputs {
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #000000;*/
	
}
/* Style of the form elements when validation fails*/
.form-error {
	background-color: #FFFF00;
	border: 1px solid #FF0000;
}

