html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 100%;
	font: #434a54;
	font-size:9pt;
}

.titlediv {
	margin: 20px;
	padding: 0px;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
}

.rowdiv {
	height:17px;
	padding: 12px 0px 11px 0px;
}

.option {	
	background: none repeat scroll 0% 0% #F5F7FA;
	padding: 11px;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}

.option span:first-child {
	font-weight: 700;
}

.datarowdiv {
	overflow:hidden;
}

.imgrowdiv {
	padding:5px 0px;
}

.imgrowdiv img {
	height:50px;
	width:50px;
	display: block;
}

.persentleft {
	width:850px;
	float:left;
	height:4px;
	background: none repeat scroll 0% 0% #F5F7FA;
	margin-top: 7px;
}

.persentcolor {
	height:4px;
	background: none repeat scroll 0% 0% #DD0000;
}

.resultcunt {
	width:100px;
	float:left;
	color: #999999;
	text-align: center;
}

.persentdata {
	width:50px;
	float:left;
	color: #999999;
	text-align: center;
}

.bottomdiv {
	padding-top:14px;
	clear: both;	
}

.backbtn {
	background-color: #F5F7FA;
	color: #434a54;
	border: 1px solid #E6E9ED;;
	outline-style: none;
	font-family: "微软雅黑";
	width: 70px;
	height: 24px;
	font-weight: 700;
	font-size: 9pt;
	text-align: center;
	cursor: pointer;
}

.backbtn:hover,.backbtn:focus{
	background-color:#FFF;
}