﻿
.ValidationMsgs{
	color: #CC0000;
	font-weight: bold;
}
.errorField{
	background-color:#CC0000;
	color:white;
	font-weight:bold;
}

input, select, button {
	font-size:12px;
}