.FieldError
{
	color: red;
	display: inline;
}

.FieldValid
{
	color: red;
	display: none;
}