.error {
	background-color: #FFF5F1;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	border-top: thin solid #990000;
	border-bottom: thin solid #990000;		
}
.no_error {
	background-color: #DBFBDC;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	border-top: thin solid #B2D2B3;
	border-bottom: thin solid #B2D2B3;	
}