.iLikeThis {
    float: left;
	
    padding: 5px 0 0px 10px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.iLikeThis .counter { background:url(heart.png) center left no-repeat; padding: 0px 0 0 20px; font-weight:bold; margin-left:0px; margin-right: 15px;  }
.iLikeThis .counter a { cursor:pointer;  }
.iLikeThis .counter a.image { background:url(add.png) center right no-repeat; padding: 0px 0 20px 20px; }
