div.votesBox
	{	
	width:643px;
	height:51px;
	margin:0px auto 0px auto;	
	padding:0px;
	position:relative;
	overflow:hidden;
	background:url('../images/voting.png') no-repeat;	
	}	


div.votesBox div.commentsBtn
{	
	position:absolute;
	width:120px;
	height:20px;
	bottom:20px;
	right:10px;	
	cursor:pointer;
		
}

div.votesBox div.commentsCnt
{
	position:absolute;
	width:30px;
	height:20px;
	right:35px;
	bottom:21px;	
	text-align:center;
	font-weight:bold;
	overflow:hidden;
}


div.votesBox div.usefulBtn
{
	
	position:absolute;
	width:100px;
	height:20px;
	bottom:20px;
	left:80px;	
	cursor:pointer;	
	
}

div.votesBox div.usefulCnt
{
	position:absolute;
	width:20px;
	height:20px;
	left:140px;
	bottom:21px;	
	text-align:center;
	font-weight:bold;
	overflow:hidden;
}

div.votesBox div.funnyBtn
{
	position:absolute;
	width:90px;
	height:20px;
	bottom:20px;
	left:220px;	
	cursor:pointer;	
	
}


div.votesBox div.funnyCnt
{
	position:absolute;
	width:20px;
	height:20px;
	left:270px;
	bottom:21px;	
	text-align:center;
	font-weight:bold;
	overflow:hidden;	
}

div.votesBox div.readableBtn
{
	position:absolute;
	width:127px;
	height:20px;
	bottom:20px;
	left:346px;	
	cursor:pointer;

}


div.votesBox div.readableCnt
{
	position:absolute;
	width:20px;
	height:20px;
	left:434px;
	bottom:21px;	
	text-align:center;
	font-weight:bold;
	overflow:hidden;	
}


div.votesBox div.agreeCnt
{	
	text-align:center;
	color:#3f7a00;
	position:absolute;
	width:23px;
	height:14px;
	top:96px;
	left:216px;
	font-size:9px;
	font-weight:bold;
}

div.votesBox div.agreeBtn
{
cursor:pointer;
	position:absolute;
	width:40px;
	height:14px;
	top:98px;
	left:216px;		
}


div.votesBox div.declineBtn
{	
	position:absolute;
	width:40px;
	height:14px;
	top:98px;
	left:167px;
	cursor:pointer;
}



div.votesBox div.declineCnt
{	
	text-align:center;
	color:#cc0436;
	font-weight:bold;
	position:absolute;
	width:23px;
	height:14px;
	top:96px;
	left:166px;
	font-size:9px;	
}
