@CHARSET "UTF-8";

a.comment-vote-up div {
	width: 18px;
	height: 21px;
	background: url('../_assets/comment-up.gif');
	float: left;
}


a.comment-vote-down div {
	width: 18px;
	height: 21px;
	background: url('../_assets/comment-down.gif');
	float: left;
}

a.comment-vote-up:hover, a.comment-vote-down:hover {
	cursor: pointer;
	opacity: 0.7;	
}

div.voting {
	float: right;
	backgorund: #000;
}

div.voting p {
	padding: 5px;
	margin: 0;
	font-weight: bold;
	float: left;
}