.chart {
	float: left;
	width: 170px;
	height: 180px;
}

.VoteWrap {
	display: inline-block;

	width: 300px;

	text-align: center;
}
.VoteFoot {
	margin-top: 20px;
	margin-bottom: 10px;

	display: block;

	width: 300px;
	line-height: 22px;
	font-size: 12px;

	text-align: center;
}

.VoteBase {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;

	width: 300px;
	min-height: 220px;

	text-align: center;
}
.VoteBase-hd {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-left: 5px;
	margin-right: 5px;
	width: 290px;
	color: #FFFFFF;
}

.VoteBase-bd {
	font-size: 12px;
	line-height: 25px;

	margin-top: 20px;
	margin-bottom: 20px;

	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.VoteBase-bd a:link {
	display: block;
	width: 150px;
	height: 25px;
	text-decoration: none;

	border: 1px solid #999999;

	color: #FFFFFF;
	background-color: #FF0000;
}
.VoteBase-bd a:visited {
	display: block;
	width: 150px;
	height: 25px;
	text-decoration: none;

	color: #FFFFFF;
	background-color: #FF0000;
}
.VoteBase-bd a:hover {
	display: block;
	width: 150px;
	height: 25px;
	text-decoration: none;

	color: #FFFFFF;
	background-color: #000000;
}

.BrdTable {
	font-size: 12px;
	line-height: 22px;
	background-color: #FFFF99;
	width: 500px;
}

.BrdTable table {
	table-layout: fixed;
	word-break: break-all;
}

.BrdTable table td {
	border-bottom: 1px dotted #AAAAAA;
}

.BrdTable a:hover {
	text-indent: 10px;
	text-decoretion: underline;
	color: #6699CC;
}


.Scroll {
	display: block;
	clear: bith;
	float: left;
	width: 490px;
	height: 350px;

	overflow: auto;

}
