.errorContainer
{
	background: transparent url(/eSales/Content/images/Axa/warningsmall.gif) no-repeat scroll 0px 0px;
	color: #FF0000;
	display: block;
	font-weight: normal;
	padding: 2px 10px 2px 26px;
	clear:both;
}
.mainContentBox p.errorMessage
{
	background: transparent url(/eSales/Content/images/Axa/warningsmall.gif) no-repeat scroll 0px 0px;
	color: #FF0000;
	display: block;
	font-weight: normal;
	background-color: #FFD4D4;
	background-position: 7px 4px;
	padding: 7px 0 7px 31px;
}

.errorBlock
{
	background-color: #FFD4D4;
	padding: 5px 7px;
	margin: 5px 0;
	width: auto;
	color: #FF0000;
}

.errorBlock a
{
    font-weight: bold;
}

.registrationErrorBlock
{
	border: 1px solid red;
	color: #FF0000;
	display: block;
	font-weight: normal !important;
	line-height: 125%;
	margin: 5px 0;
	padding: 5px 7px;
	width: auto;
}

.registrationErrorBlock p
{
	margin: 5px 0px 0px 0px;
	padding: 0;
}

#ErrorWarning .controlContent, #ErrorWarningTwoLines .controlContent
{
	color: #FF1821;
	display: block;
	font-family: Arial;
	font-size: 11px;
	background: none;
}

/*TTP-7608 - changed errorWarning from class to id*/
#ErrorWarning, .ErrorWarning, #ErrorWarningTwoLines
{
	background: transparent url(/eSales/Content/images/Axa/bannererrormessage.gif) no-repeat scroll 0 0;
	color: #FF1923;
	display: none;
	font-weight: bold;
	padding: 16px 10px 0px 50px;
	margin: 5px 0 0 0;
	height: 36px;
	_height: 52px;
	text-align: left;
	font-size: 12px;
}

#ErrorWarning span.multiLine
{
	padding-top: 12px;
}

#ErrorWarningTwoLines span, #ErrorWarningTwoLines a
{
    position:relative;
    top: -6px
}

.controlContent .ErrorWarning
{
	display: block;
}

.errorGroup input, .errorGroup select
{
	background-color: #FFE8E8;
}

.hidden
{
	display: none;
}

.errorField .confirmTC
{
	background: none;
	color: inherit;
}

#captcha .errorMessage
{
	background-color: #FED4D5;
	margin: 2px;
	width: 100%;
}
