﻿.ValidationErrorPanel
{
	border: 1px solid #ff0000;
	padding: 10px;
	margin: 10px 50px 10px 50px;
	text-align: left;	
}
.ValidationErrorPanel, .ValidationErrorPanel A, .ValidationErrorPanel A:visited
{
	font-weight: bold;
	color: #ff0000 !important;
	background-color: CornSilk;
	text-decoration: none;
}
.ValidationErrorPanel A:hover
{
	color: #ff0000 !important;
	text-decoration: underline;
}
.ValidationErrorControl
{
	border: 2px solid #ff0000;
	background-color: CornSilk;
}
.RequiredText
{
	color: Red;
	font-weight: bold;
	font-size: 14px;
}
