@charset "utf-8"; 
/* CSS Document */

/********************全体********************/
#ec_wrapper{
    width:640px;
	float:right;
	margin:0 0 50px 20px;
	display:inline;
}
#ec_wrapper h2.ec{
	background:url(../ec/entry/img/tit.gif);
	width:550px;
	height:37px;
	line-height:37px;
	padding:0 0 0 90px;
	margin:0;
	font-size:10px;
	float:left;
	display:inline;
}
/*ie6*/
* html #ec_wrapper h2.ec{width:640px;}

#ec_wrapper p{
    width:620px;
	float:left;
	margin:10px 0 0 20px;
	display:inline;
}


.ec_form {
    width:640px;
	border-top: solid 1px #8FC114;
	border-left: solid 1px #8FC114;
	border-collapse:collapse;
	float:left;
	margin:30px 0 15px 0;
	display:inline;
	font-size:12px;
}
.ec_form th {
    width:200px;
	border-bottom: solid 1px #8FC114;
	border-right: solid 1px #8FC114;
	padding: 10px 5px 10px 20px;
	background-color: #DAECAE;
	text-align: left;
	color:#336601;
}


.ec_form td {
    width:390px; 
	border-bottom: solid 1px #8FC114;
	border-right: solid 1px #8FC114;
	padding: 10px 5px 10px 20px;
	vertical-align: center;
}

.txt_center{
    width:640px;
    float:left;
	margin:10px 0 0 0;
	display:inline;
}

.txt_center p{
    text-align:center;
}





#error  {
      color:#FF0000;
      margin-top:18px;
      margin-bottom:18px;
      font-weight:bold;
}
#error  ul li   {
      margin-left:50px;
      list-style-type:disc;
}