@charset "utf-8";
@import "base.css";

div#mainContsInner {
	background-image:none !important;
}
form {
	width:700px;
	margin:20px auto 20px;
}
table.frmTbl {
	width:700px;
	border-left:solid 1px #CBCBCB;
	border-top:solid 1px #CBCBCB;
	margin:20px 0 20px;
}
table.frmTbl th{
	width:200px;
	text-align:left;
	background:#EDEDED;
}
table.frmTbl th span{
	color:#D00;
	font-weight:bold;
}
table.frmTbl th,
table.frmTbl td{
	border-right:solid 1px #CBCBCB;
	border-bottom:solid 1px #CBCBCB;
	padding:8px 8px;
}

table.frmTbl td input{
	padding:5px;
	width:200px;
	background:#FFF8DF;
	border:solid 1px #AAA;
}
table.frmTbl td input.type1{
	width:50px;
}
table.frmTbl td input.type2{
	width:400px;
}
table.frmTbl td textarea{
	padding:5px;
	width:400px;
	background:#FFF8DF;
	border:solid 1px #AAA;
}
