/**********************************

Name: cmxform Styles

***********************************/


.table1 .error input , 

.table1 .error textarea , 

.table1 .error label{

	background:#FFCCCC;

}

* html .table1 label{

	background:none;

}

*+html .table1 label{

	background:none;

}

.table1 p.error{

	margin:0 0 4px 0;
	
	padding:0 0 0 6px;

	color:red;

	font-weight:bold;
	
	background:#F7FBDB;

}