#comments .comments-like
{
	margin:10px 0;
	font:normal 11px Arial,Helvetica,'Lucida Grande','MS Sans Serif',sans-serif;
}

#comments .comments-like a
{
	background: url('like-icon.gif') no-repeat 2px -1px #fff;
	padding:1px 5px 2px 25px;
	display:inline-block;
	border:1px solid #ddd;
	color:#444;
	text-decoration:none;
	width:75px;
	height:15px;
	text-align:center;
	overflow:hidden;
	float:left;
	line-height:16px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}

#comments .comments-like a:hover
{
	border-color:#d1d1d1;
	color:#222;
	text-decoration:underline;
}

#comments .comments-like a.disabled
{
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	opacity:.70;
	cursor:default;
	color:#999;
	background-color:#f5f5f5;
}
#comments .comments-like a.disabled:hover
{
	border:1px solid #ddd;
	text-decoration:none;
}

#comments .comments-like span
{
	background : url( 'count-bg.gif' ) no-repeat left top #fff;
	line-height:20px;
	display:inline-block;
	width:30px;
	margin-left:5px;
	text-align:center;
}