
table td.error input , 
table td.error textarea , 
table td.error select , 
/*table td.error label */
{
	background:#FFCCCC;
}
* html table td.error label {
	background:none;
}
*+html table td.error label{
	background:none;
}
table td p.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
}

table td span.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
}

input.small {
	font-size:120%;
	width:80px;
	padding:3px;
	letter-spacing:0.2em;
}
input.medium {
	font-size:120%;
	width:150px;
	padding:3px;
	letter-spacing:0.2em;
}
input.long {
	font-size:120%;
	width:350px;
	padding:3px;
	letter-spacing:0.2em;
}
select.bigtext {
	font-size:120%;
	padding:3px;
	letter-spacing:0.2em;
}

