.post_votewidget {
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #ffffff;

	}
.post_votewidget_closed {
	height: 20px;
	width: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
background-color: #ffffff;

}
.post_votecount {
	height: 18px;
	width: 18px;
	padding: 1px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	display: inline;
	margin: 0px;
	margin-left:2px;
		float: left;
	background-color: #3A9CEC;
	position:relative; left:1px;
}
.post_votebuttoncontainer a {

}
.post_postvote div {

}
.post_votebutton {
	float: left;
	background-color: #3A9CEC;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	height: 16px;
	width: 40px;
	margin: 0px;
	/*margin-top: -5px;*/
	padding-top:4px; padding-left:2px;
	vertical-align:middle;
	/*padding-bottom: 5px;*/
	display: inline;
	text-decoration: none;
	/*border: 1px solid #000000;*/
	line-height: 1em; /*Fixes issues on certain themes*/
	position:relative; left:-42px; top:-20px;
}

.post_votebutton a {
color: #ffffff;

	text-decoration: none;
	padding-top:2px;
}
.post_votebutton a:hover {
	color: #ff0000;
		text-decoration: none;
	padding-top:2px;
}
.post_postvote {
	width: 20px;
	height: 20px;
	float: left;
}
.votewidget {
	border: 1px solid #DDDDDD;
	width: 90%;
	display: block;
	background-color: #000000;
	margin: 5px auto 5px auto;
}
.votewidget .fore {
	background-color: #FFFFFF;
	width: 100%;
	display: block;
}
.votewidget .back {
	background-color: #3A9CEC;

	width: 100%;
	display: block;
}
.votewidget .votecount {
	width: 23%;
	padding-left: 2%;
	float: left;
}
.votewidget .text {
	width: 75%;
	float: left;
	color:#FFFFFF;
}
.votewidget .title {
	background-color: #FFFFFF;
	width: 98%;
	display: block;
	padding-left: 2%;
	font-weight: bold;
	color: #666666;
}
.votemicro {
background-color: #3A9CEC;
		color: #ffffff;
	font-size: 8px; /*8*/
	
	width: 10px;
	height: 10px;
	text-align: center;
	padding: 1px 3px 1px 3px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	display: inline;
	float: left;
}
.votemicrotext {
	font-size: 1em; /* 12 */
	vertical-align: middle;
}
