.post_votewidget, .post_votewidget_closed {
	height:22px;
	margin: 0px;
	padding:0 10px 0 0;
	float: left;
	background-image:url(img/likebox_right.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.post_votecount {
	float:left;
	padding-right:10px;
}

.post_votebutton {
	font-size: 10px; /*10*/
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	display:block;
	float:left;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin:5px;
	text-decoration: none;
	line-height: 1em; /*Fixes issues on certain themes*/
}

.post_votebutton a:active,.post_votebutton a:visited,.post_votebutton a:link, { color: #FFFFFF !important; }
.post_votebutton a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.post_postvote { float: left; }