@charset "utf-8";
/* CSS Document */


.need {
	font-size: 10px;
	color: #CC0000;
}
.formHead , .formFoot {
	text-align:center;
}



div#form table{
	margin:10px 80px;
	width:700px;
}

div#form th{
	font-size:14px;
	line-height:130%;
	text-align:left;
	font-weight:normal;
	background-color:#DBE3FF;
	padding:4px;
	border-bottom:1px dashed #666;
	width:160px;
}

div#form td{
	font-size:14px;
	line-height:130%;
	background-color:#fff;
	padding:4px;
	border-bottom:1px dashed #666;
}
.sysCaution{
	color: #FF0000;
	font-weight: bold;
}

