@charset "utf-8";
/* CSS Document */
body{
	background:url(../img/vote/bg.png) #ABACAE 50% 0 repeat-y;
	
}
body{
	font-size: 12px;
	color: #eee;
	line-height: 20px;
}
p{
	margin: 15px 0;
}
.voteBox{	
	background:url(../img/vote/box_top.png) 0 0 no-repeat;
	width: 918px;
	padding: 10px;
	padding-bottom: 0;
	margin: 0 auto;
}
.innerVoteBox{
	padding: 15px 20px;

}
.voteBoxFooter{
	width: 918px;
	padding:0 10px;
	margin: 0 auto;
	height:  24px;
	background:url(../img/vote/box_bg.png) 0 0 no-repeat;
}
h1{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif, "微软雅黑";
	margin: 15px 0;
}
.tips{
	color: #9d9fa5;
}

dl.question{}
dl.question dt{
	padding-bottom: 5px ;
	font-weight: 700;
}
dl.question dd{
	margin-bottom: 15px ;
	padding-bottom: 15px;
	background:url(../img/vote/line.png) 0 100% repeat-x;
}
.btn_submit{
	border: 0;
	width: 115px;
	height: 34px;
	background:url(../img/vote/btn_submit.png) 0 0 no-repeat;
}
.footer{
	width: 918px;
	margin: 0 auto;
	text-align: center;
	color: #666;
	padding-bottom: 15px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif, "微软雅黑";
	
}


.middleBar{
	overflow: auto;
	zoom: 1;
	padding-bottom: 7px;
}
.middleBar .left{
	float: left;
	width: 4px;
	margin-right: -4px;
	height: 34px;
	background:url(../img/vote/nav_bg.png) 0 0 no-repeat;
}
.middleBar .right{
	float: right;
	width: 4px;
	margin-left: -4px;
	height: 34px;
	background:url(../img/vote/nav_bg.png) 0 -68px no-repeat;
}
.middleBar .middle{
	height: 34px;
	line-height: 34px;
	background:url(../img/vote/nav_bg.png) 0 -34px repeat-x;
	padding: 0 15px;
}
ul.nav{
	overflow: auto;
	zoom:1;

}
ul.nav li{
	float: left;
	padding-right: 25px;
}
ul.nav li a{
	color: #FFC606;
	text-decoration:none;
}
ul.nav li a span{}
ul.nav li.current a{
	display: block;
	background:url(../img/vote/nav_bg2.png) 0 50% no-repeat;
	padding: 0 0 0 20px;
	outline: none;
	text-decoration: none;
	color: #000;
}
ul.nav li.current a span{
	display: block;
	padding: 0 20px 0 0;
	background:url(../img/vote/nav_bg2.png) 100% 50% no-repeat;
}
h1.logo a{
	width: 242px;
	height: 63px;
	display: block;
	text-indent: -9999px;
	background:url(../img/vote/logo.png) 0 0 no-repeat;
}
h1.logo{
	margin: 0 auto;
	width: 918px;
	text-align: left;
	
}
.resultBoxHeader{
	background:url(../img/vote/result_bg.png) 0 0 no-repeat;
	height: 4px;
	overflow: hidden;
}
.resultBox{
	background:url(../img/vote/result_bg.png) 0 100% no-repeat;
	padding: 15px;
	width: 848px;
}
ol.resultValue{
	
}
ol.resultValue li{
	margin: 5px 0;
	height: 21px;
	line-height: 21px;
	color: #eee;
	background-image:url(../img/vote/result_value.png);
	background-repeat:no-repeat;
	padding:0 5px;
}
ol li.first{
	background-position: 100% 0 ;
}
ol li.second{background-position:100% -21px ;}
ol li.third{background-position:100% -42px ;}
ol li.fourth{background-position:100% -63px ;}
ol li.fifth{background-position:100% -84px ;}
ol li.sixth{background-position:100% -105px ;}
ol.resultValue li span{
	float: right;
}
