<!--

table td input{
	position:relative;	z-index:2;
}
table td label{
	position:relative;	padding:5px 5px 5px 25px;	margin : 0 5px 0 -25px;	margin-left:-25px;	position:relative;	z-index:1;
}
.error input , .error textarea , .error label {
	background:#FFCCCC;
}
* html.error label {
	background:none;
}
*+html.error label{
	background:none;
}

p.error{
	margin:5px 0 3px 5px;	color:red;	font-weight:bold;
}
.error select{background-color:#ffcccc;}
-->