@charset "utf-8";
/* CSS Document */
.chooseuser{font-size:12px;margin:5px;height:auto;}
.chooseuser ul{padding:5px;display:inline;}
.chooseuser li{
	list-style:none;
	font-size:12px;
	float:left;
	height:30px;
	line-height:30px;
	border:solid 1px  #6CF;
	min-width:40px;
	text-align:center;
	cursor:pointer;
	margin:5px;
}
.userover{border:solid 1px #FC6;}
.userchoosed{
	background:#6CF;
}
.chooseuser span{padding:5px;}
#optionslist{width:500px;}
#optionslist input{width:450px;}
/*前台投票显示*/
.voteshow{
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	font-size:12px;
	float:left;
}
.voteshow ul{
	margin:10px;padding:10px;border:solid 5px #CCC;
}
.voteshow li{
	width:100%;
	list-style:none;
	cursor:pointer;
	margin:5px;
	height:40px;
}
.voteshow li div{
	width:350px;
	float:left;
	border:solid 1px #CCC;
}

.voteshow li h1{font-size:12px;font-weight:100;height:20px;margin:0px;line-height:20px;}
.voteshow li h2{font-size:12px;font-weight:100; background:#0CFl;}
.voteshow li h3{font-size:12px;font-weight:100;width:60px;float:left; text-align:center;line-height:20px;height:20px;margin:0px;margin-left:10px;}
.voteshow li span{
	background:#FC3;float:left;line-height:20px;
}
.votebuttun{width:60px; background:#6CF;border:solid 1px #999;padding:3px; text-align:center;cursor:pointer;float:right;margin:5px;}
.votetitle{ text-align:center;padding:5px;font-weight:bold;}
