.content{
	width: 642px;
	background: #fff;
	border: 1px solid #e2c655;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	margin:  100px auto;
	position: relative;
	padding:62px 42px;
}
.banner{
	position: absolute;
	top: -84px;
	left: 192px;
}
.banner img{
	width: 347px;
}
.title a{
	font-size: 18px;
	color: #d2ab33;
	font-weight: bold;
}
/*投票列表*/
.item{
	margin-top: 24px;
}
.item .theme a{
	font-size: 16px;
	color: #333;
}
.item .theme a span{
	font-style: italic;
	color: #d3ae3d;
	padding-right: 5px;
}

.item .vote{
	border-bottom: 1px dashed #a1a1a1;
	padding-left: 26px;
	padding-top: 26px;
	padding-bottom: 16px;
	overflow: hidden;
}

.item .vote .progress_wrap{
	width: 538px;
	height: 13px;
	background: #e2e1e1;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	position: relative;
}
.item .vote .progress_wrap .progress_on{
	position: absolute;
    left: 0;
    background-color: #e2c655;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -ms-border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -ms-border-top-left-radius: 20px;
    width: 14%;
    height: 13px;
}
.item .vote .progress_wrap .percentage{
	position: absolute;
    top: -16px;
    left:60px;
    color: #333;
}
.item .vote .number{
	margin-top: -3px;
	font-size: 16px;
	color: #333;
}
.item .vote .number strong{
	font-size: 18px;
	color: #d2ab33;
}