.iLikeThis { 
	background: url(like-bg.jpg) top center no-repeat;
	float:right;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	padding:3px;
	width:100px;
	height:29px;
	margin-top:-6px;
}
.iLikeThis .counter { 
	background:url(heart.png) center left no-repeat; 
	padding:0 0 0 20px; 
	font-weight:bold; 
	margin-left:5px;
}
.iLikeThis .counter a { cursor:pointer;color:#FFFFFF; }
.iLikeThis .counter a.image { background:url(add.png) center right no-repeat; padding:0 20px 0 0; }

