@charset "utf-8";
/* CSS Document */

#inpt {
	width:580px;
	margin:0 auto;
}
#inpt th, #inpt td {
	padding:7px 7px 2px;
	border-bottom:1px dashed rgb(192,192,192);
}
#inpt th {
	vertical-align:top;
	text-align:right;
	font-weight:normal;
	background-color:rgb(255,255,244);
}
#inpt sup{
	color:rgb(224,0,0);
}
/*#editableMain input:text {
	margin:0;
	padding:2px;
	border:1px solid rgb(192,192,192);
	font-size:14px;
	line-height:14px;
	height:18px;
}
*/