#mainblock h3 {
	margin-bottom: 26px;
}
#mainblock h4 {
	background-color: #0AA338;
	font-size: 123.1%;
	line-height: 24px;
	color: #FFF;
	height: 24px;
	padding-left: 12px;
	margin-bottom: 25px;
	font-weight: bold;
}
#mainblock .qus {
	color: #FF7819;
	font-weight: bold;
	width: 340px;
	float: left;
	margin-left: 12px;
}
#mainblock .ans {
	width: 300px;
	float: left;
	color: #3977FF;
	font-weight: bold;
}
#mainblock #qabox {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1CA736;
	margin-bottom: 16px;
	padding-bottom: 16px;
	margin-left: 12px;
}
#mainblock #qabox.lastbox {
	margin-bottom: 25px;
	margin-left: 12px;
	border-bottom-style: none;
}
#qabox .qtex {
	background-image: url(../question/img/q.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	float: left;
	font-weight: bold;
	color: #FF7819;
	min-height: 50px;
	display: block;
	padding-left: 52px;
	width: 280px;
}
#qabox .atex {
	background-image: url(../question/img/a.png);
	background-repeat: no-repeat;
	padding-left: 52px;
	padding-top: 8px;
	float: right;
	font-weight: bold;
	color: #666666;
	min-height: 50px;
	display: block;
	width: 430px;
}
