﻿.ErrorSummary
{
	border: solid 1px #808080;
	background-color: #dcdcdc;
	margin-bottom:10px;
	text-align:left;
	padding-left:15px;
	width:97%;
}

/* ErrorSummary */
.errorSummaryContainer{	border: 2px #000 solid;
	background-color: #FFFFDD;
	padding: 10px;
	margin: 0;
	color: Black !important;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	width: 255px;
	z-index: 999999;
	font-family: Arial, Helvetica, sans-serif;
	overflow:scroll;
	height: 450px;
}
.errorSummaryTitle{font-size:11px;font-weight:bold;width:85%;color:#515151;margin-bottom: 2px;text-align:left;}
.errorSummaryContainer a:link, .errorSummaryList a:hover, .errorSummaryList a:active, .errorSummaryList a:visited{font-size:11px; text-decoration:underline;}
.errorSummaryList{color:Red; text-align:left;}
.errorSummaryList a:link, .errorSummaryList a:hover, .errorSummaryList a:active, .errorSummaryList a:visited, .errorSummaryList li
{text-decoration:underline;color:Red; font-size:11px;}
.errorSummaryList li{margin-bottom: 7px;}

.formMsg{  border: 1px solid #CECECE; padding: 7px; background:; background-color: #F8F8EF; margin-bottom:10px;  }

