/* tell */

.ewb-tell{
	font-size: 16px;
}

.ewb-tell-hd{
	padding-top: 11px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
}

.ewb-tell-bd{
	position: relative;
	padding-bottom: 37px;
	min-height: 100px;
	border: 1px solid #d8d7d7;
	background-color: #f4f4f4;
}

.tell-bg{
	position: absolute;
}

.tell-bg.bg01{
	left: 0;
	top: 0;
}

.tell-bg.bg02{
	right: -1px;
	bottom: -1px;
}

/* say */
.ewb-say-hd{
	padding-top: 18px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	text-align: center;
}

.say-timewpr{
	padding-bottom: 11px;
	height: 33px;
	line-height: 33px;
	padding-right: 66px;
}

.ewb-say-bd{
	padding: 0 39px;
}

.ewb-rec-table{
	width: 920px;
	table-layout: fixed;
    border: 1px;
    border-collapse:collapse;
    border-spacing:0;
}

.ewb-rec-table td{
    border: 1px solid #313131;
}

.ewb-rec-thr .th01{
	width: 129px;
}

.ewb-rec-thr .th02{
	width: 768px;
}

.ewb-rec-tbody tr{
	height: 38px;
}

.ewb-rec-tbody .dif-hei{
	height: 98px;
}

.ewb-rec-tbody td{
	position: relative;
}

.rec-name{
	padding-right: 31px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: right;
}

.red-ico{
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 10px;
	width: 10px;
	height: 10px;
	background: url(/images/czjt/img/red_ico.png) left top no-repeat;
}

.rec-inp{
	padding-left: 10px;
	display: block;
	width: 96%;
	height: 38px;
	line-height: 38px;
	border: 0;
	outline: 0;
	background-color: #f4f4f4;
}

.rec-textarea{
	padding-top: 10px;
	padding-left: 10px;
	display: block;
	width: 770px;
	height: 88px;
	line-height: 28px;
	border: 0;
	outline: 0;
	background-color: #f4f4f4;
}

.rec-para{
	padding-bottom: 14px;
	height: 47px;
	line-height: 47px;
}

.red-star{
	display: inline-block;
	margin: 0 3px;
	width: 10px;
	color: #fe0202;
	font-size: 24px;
	height: 47px;
	line-height: 47px;
	vertical-align: middle;
	background: url(/images/czjt/img/red_ico.png) center no-repeat;
}

.rec-submit{
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 133px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	cursor: pointer;
	border: 0;
	outline: 0;
	background-color: #f9a117;
}

.rec-ps{
	position: absolute;
	right: 4px;
	bottom: 0;
	height: 36px;
	line-height: 36px;
}

.rec-textarea.has-record{
	height: 52px;
	margin-bottom: 36px;
}