﻿.Validation {
	background: url(images/icons/alert.gif) no-repeat;
	padding-left: 20px;
	color: #FFFFFF;
}

.DisplayNone {
	display: none;
}

.RequiredField
{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color:Red;
}