.tblInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFBE9;
	border: 1px solid #FFCC00;
	margin-bottom: 24px;
}
.tblInput TD {
	font-size: 80%;
	color: #707070;
	padding: 4px 3px;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
}
.tblInput TFOOT TD {
	font-size: 50%;
	color: #707070;
	padding: 5px;
	text-align: center;
}
.tblInput A {
	color: #3366CC;
	text-decoration: none;
}
.tblInput A:hover {
	color: blue;
	text-decoration: underline;
}.err {
	color: #CC0000;
}
