span.commentsvote_positive {
	font-weight:		bold;
	color:				#fff;
background:url(images/posative.png) no-repeat;
height:22px;
width:31px;
position:absolute;
margin-top:-60px;
margin-left:-5px;
padding-top:8px;
font-family:arial;
font-size:12px;
text-align:center;
display:block;
}

span.commentsvote_negative {
	font-weight:		bold;
	color:				#fff;
background:url(images/negative.png) no-repeat;
height:22px;
width:31px;
position:absolute;
margin-top:-60px;
margin-left:-5px;
padding-top:8px;
font-family:arial;
font-size:12px;
text-align:center;
display:block;
}
