/*****************************************************
Main
*****************************************************/
#mastPublicError .PublicErrorHandlerControl {
	color: #000;
	background-color: #F77 !important;
	font-weight: bold;
	width: auto;
}

#mastPublicError div.PublicErrorHandlerControl
{
	border: 2px solid black;
	zmargin: .6em 3em;
	padding: 0 46px;
	background-repeat: no-repeat !important;
	background-position: 8px 8px !important;
	font-weight: normal;
	color: #000;
	position: relative;
}

#mastPublicError div.PublicErrorHandlerControl
{
	border-color: #f00 !important;
	background-color: #ffe3e3 !important;
	background-image: url('img/Icon.gif') !important;
}

#mastPublicError H3 P
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#mastPublicError H3
{
	font-weight: bold;
	color: #114171;
	font-size: 14px;
}

#mastPublicError P
{
	line-height: 1.5;
	font-weight: normal;
	color: #114171;
	font-size: 11px;
}