body {
	background: #F2F2F2;
}
#page_header {
	margin-bottom: 0;
}
#page_banner {
	display: block;
	margin: 0 auto;
	background: no-repeat center center;
	height: 180px;
}
#page_bodyer {
	padding: 20px 0 60px 0;
}

/*表单*/

#question_form {
	padding: 20px 30px;
	border: 1px solid #ddd;
	background: #fff;
}
#question_form h2 {
	font-size: 16px;
	display: block;
	margin-bottom: 40px;
}
#question_form h2 span {
	color: #999;
	font-weight: normal;
	font-size: 14px;
}
#question_form dl {
	display: block;
	margin-bottom: 30px;
}
#question_form dt {
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
}
#question_form dt i {
	color: #D22222;
	font-style: normal;
	font-size: 12px;
}
#question_form dt span {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}
#question_form dd {
	display: block;
	margin-bottom: 10px;
	color: #666;
}
#info_inputs {
	margin: 40px 0 0 0;
}
#info_inputs dl {
	margin-bottom: 20px;
}
#info_inputs dt {
	float: left;
	width: 50px;
	line-height: 30px;
	text-align: right;
	font-weight: normal;
	margin: 0;
}
#info_inputs dd {
	margin: 0;
	float: left;
}
#info_inputs input {
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	width: 235px;
	padding: 0 10px;
}
#info_inputs .select_box {
	width: 230px;
}
#info_inputs .red_tips {
	color: #D22222;
	display: block;
	margin-bottom: 10px;
}
#info_inputs .address_select {
	width: 100px;
}
#info_inputs textarea {
	padding: 5px 10px;
	display: block;
	margin: 10px 0 0 0;
	width: 500px;
	border: 1px solid #ddd;
	resize: none;
}
.submit_btn {
	display: block;
	width: 220px;
	padding: 8px;
	background: #E98303;
	color: #fff;
	border: none;
	margin: 20px auto;
}

/*侧边栏*/

.aside_ads {
	border: 1px solid #ddd;
	background: #fff;
}
#lottery_ads .color_red {
	color: #D22222;
	text-decoration: underline;
}
#lottery_ads small {
	display: block;
	color: #999;
	padding: 15px;
	margin-bottom: 10px;
}
#lottery_ads b {
	display: block;
	font-size: 16px;
	margin: 0 15px 15px 15px;
}
#lottery_ads p {
	padding: 0 15px;
}
#prize_ads {
	padding: 20px 15px;
}
#prize_ads b {
	display: block;
	font-size: 16px;
}
#prize_ads img {
	border: 1px solid #ddd;
	margin: 20px 0;
}
#prize_ads small {
	display: block;
	color: #999;
	padding: 15px 0 0 0;
}
#prize_ads li {
	line-height: 25px;
}
#prize_ads .color_red {
	color: #D22222;
	text-decoration: underline;
}
.history_qa{
	border-radius: 0;
	color: #fff;
	font-weight: bold;
	background: #AE6112;
	padding: 12px 20px;
}