/**************************************************
				General	Messages
**************************************************/
.error
{
	background: #ffe1da url(  'images/icons/icon_error.png' ) 13px 50% no-repeat;
	border: 2px solid #f34f4f;
	color: #be0b0b;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 400px;
	padding: 10px 11px 8px 36px;
}
.information
{
	background: #dedfff url(   'images/icons/icon_information.png' ) 13px 50% no-repeat;
	border: 2px solid #9bb8d9;
	color: #406299;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 400px;
	padding: 10px 11px 8px 36px;
}
.success
{
	background: #e2f9e3 url(  'images/icons/icon_success.png' ) 13px 50% no-repeat;
	border: 2px solid #9c9;
	color: #080;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 400px;
	padding: 10px 11px 8px 38px;
}
.warning
{
	background: #fff8bf url(  'images/icons/icon_warning.png' ) 13px 50% no-repeat;
	border: 2px solid #ffd324;
	color: #eb830c;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 400px;
	padding: 10px 11px 8px 38px;
}
/********************************************* 
			Additional Messages 

**********************************************/
.warningtext, .LabelStrokes, .NegativeLabel
{
	color: #ff0000;
}
.errortext
{
	color: #cc0000;
	font-weight: bold;
}

.validation
{
	border: double 1px #ff0000;
}
.labelclass
{
	font-weight: bold;
}

.waterMarkText 
{
	background-color: #F5FCEC;
	color: #bbbbbb;	
}