.negative_message {
	background: url(/images/generic/error-messages/cross_circle_frame.png) #FEE9E8 5px center no-repeat;
	border: solid 1px #CC0000;
	color: #CC0000;
	font-size: 11px;
	line-height: 10px;
	margin: 0px 0px 0px 5px;
	padding: 8px 5px 8px 28px;}


.warning_message {
	background: url(/images/generic/error-messages/exclamation__frame.png) #fff6c4 5px center no-repeat;
	border: solid 1px #d49e34;
	color: #ba7b00;
	font-size: 11px;
	line-height: 10px;
	margin: 0px 0px 0px 5px;
	padding: 8px 5px 8px 28px;}


.positive_message {
	background: url(/images/generic/error-messages/tick_circle_frame.png) #E8FFEA 5px center no-repeat;
	border: solid 1px #00AB10;
	color: #008a0d;
	font-size: 11px;
	line-height: 10px;
	margin: 0px 0px 0px 5px;
	padding: 8px 5px 8px 28px;}