#contents {
	width:100%;
	color:#666;
	font-size:auot;
	padding:1px;
	background:white;
}
table {
	border-collapse:collapse;
}
td {
	border:1px solid #ccc;
	padding:5px;
	font-size:auot;
	color:#666;
        position:relative;
                
}
td.l_Cel {
	width:0%;
}

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