.votetitle {
	font-size: 15px; font-weight: bold;
	padding: 3px;
	background-color: #e6e6e6;
	color: #ffffff;
	background:transparent url("images/subheader_bg.jpg") repeat-x scroll 0 0;
}
.votecount {
	font-size: 12px;
	font-weight: normal;
	float: right;
}
.votebox {
	float: left;
	width: 118px;
	height: 125px;
	border: solid 1px #ddd;
	text-align: center;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 2px;
	border-radius: 5px;
}
.votebox a {
	font-size: 11px;
}