#myForm .red {
	border: 2px solid #cc0033;
	font-size:8pt;
}

#validationMessage {
	/*background-color: #eee;*/
	border: 1px solid #cc0033;
	color: #93A430;
	font-weight: bold;
	display: none;
	font-size:8pt;
}

#myForm .errorMessage {
	color: #cc0033;
	display:block;
	margin-bottom:1px;
	font-weight:bold;
	font-size:8pt;
}

