@CHARSET "UTF-8";
table{
	border-top:1px solid #CFCFCF;
	border-left:1px solid #CFCFCF;
}
table th{
	background:#FBFCE2;
	height:22px;
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	color:#666;
}
table td{
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	font-weight:normal;
	text-align:center;
	padding:3px 0;
}
table td input{
	margin:0 0 0 5px;
}
table td input[type="text"]{
	width:70%;
}
table textarea{
	width:70%;
	margin:0 0 0 5px;
}
tbody.other tr{
	background:none !important;
}
tbody.other td{
	border:none;
}




