@charset "utf-8";
/* CSS Document */
img{
	border:0px;
	}

body,p,ul,ul li,h1,h2,h3,h4,h5,h6,input{
	margin:0px;
	padding:0px;
	}
#wrapper{
	width:705px;
	margin:0px auto;
	background-image:url(../image/bgmiddle.jpg);
	background-position:top center;
	background-repeat: repeat-y;
	}
#wrapper #vote{
	width:625px;
	padding:60px 40px 30px 40px;
	background-image:url(../image/bgtop.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}
#wrapper #vote #title,#wrapper #vote #title h2 a{
	text-decoration:none;
	width:625px;	
	line-height:35px;
	color:#ff5bbb;
	margin-bottom:20px;
	}
#wrapper #vote #content{
	width:625px;	
	}
	
/*================投票區=======================*/	

#wrapper #vote .vote_choices{
	margin-top:30px;
	}
#wrapper #vote .vote_choices ul{
	list-style:none;
	font-size:18px;
	color:#8c8c8c;
	line-height:40px;
	}
#wrapper #vote .vote_choices ul li{
	word-break:break-all;
	}
#wrapper #vote .vote_choices a img{
	width:145px;
	height:52px;
	background-image:url(../image/vote.png);
	background-position:top center;
	background-repeat: no-repeat;
	margin:30px 250px;
	}
#wrapper #vote a img{
	margin:50px 10px 20px 0px;
	}

/*================投票區結束=======================*/	

/*================投票結果顯示=======================*/	
	
#wrapper #vote .vote_choices ul li .bar{
	overflow:hidden;
	vertical-align:middle;
	margin-left:10px;
	display:inline-block;
	width:250px;
	height:20px;
	background-color:#FFF;
	}
#wrapper #vote .vote_choices ul li .line{
	display:inline-block;
	height:20px;
	background-color:#ff5bbb;
	}
#wrapper #vote .vote_choices ul li label{
	word-break:break-all;
	width:225px;
	float:left;
	/*margin-left:20px;*/
	}
#wrapper #vote .vote_choices ul li em{
	display: inline-block;
	width:50px;
	font-style:normal;
	color:#ff5bbb;
	margin-left:20px;
	}
	
/*================投票結果顯示結束=======================*/	

#footer{
	clear:both;
	width:705px;
	margin:0px auto;
	height:43px;
	background-image:url(../image/bgbottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	}