@charset "utf-8";
/* CSS Document */
.VoteItemtitle{
	line-height: 180%;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 2px;
	font-size: 14px;
	color: #777;
}
.votepic{
	height: 150px;
	width: 200px;
	padding: 5px;
	background-color: #CCC;
}
.voteList label{
	text-align: left;
	line-height: 180%;
	font-size: 14px;
	color: #777;
}
.voteList td{
	text-align: left;
}
.votetsmge{
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	font-family: "Adobe 黑体 Std R";
}
