@charset "utf-8";
body{
	color:#666666;
}
.must{
	color:#CC0000;
	font-size:10px;
	font-weight:bold;
}
#attention{
	float:left;
	width:560px;
	height:auto;
	padding:10px;
	background-color:#EEEEEE;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	font-size:12px;
	line-height:15px;
}
#attention2{
	float:left;
	width:560px;
	height:auto;
	padding:10px;
	background-color:#FFFFE8;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	font-size:12px;
	line-height:15px;
}

#h5-back{
	float:left;
	background-image:url(../images/index-h5-back.png);
	background-repeat:no-repeat;
	width:565px;
	height:22px;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	padding-left:15px;
	padding-top:10px;
}
.form-box{
	float:left;
	width:580px;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	vertical-align:middle;
}
.form-box .l{
	float:left;
	width:170px;
	height:auto;
	padding-top:5px;
	padding-left:5px;
	font-size:12px;
}
.form-box .r{
	float:right;
	width:400px;
	height:auto;
	font-size:12px;
	line-height:18px;
}
.sb{
	float:left;
	width:400px;
	height:auto;
	padding-top:2px;
	padding-bottom:2px;
}
.sb .sl{
	float:left;
	width:100px;
	height:auto;
	text-align:right;
}
.sb .sr{
	float:right;
	width:290px;
	height:auto;
	text-align:left;
}
#buttons{
	float:left;
	width:580px;
	height:auto;
	padding-top:30px;
	text-align:center;
}
#question-list li {
	font-size: 12px;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url();
	background-repeat: no-repeat;
}
#question-list ul {
	padding-bottom: 20px;
}
