#likeit {
	float: left; margin-left: 185px;
	margin-right: 125px;
	background-color: #212121;
	padding: 10px;
	color: #fffeff;
	-moz-border-radius:3px;
  	-khtml-border-radius: 3px;
	-webkit-border-radius:3px;
}

.iLikeThis { display:inline;
	color: #fffeff;
}
.iLikeThis .counter { background:url(Bilder/heart.png) center left no-repeat; 	margin-left: 5px;
	padding: 0 0 0 20px;
		margin-right: 5px;
}
.iLikeThis .counter a { cursor:pointer;
	color: #569db8;
	float: right;
	margin-right: 0;
	margin-top: 0;
}
.iLikeThis .counter a:Hover { color: #eaeaea;
	background-color: transparent;
}
.iLikeThis .counter a.image { background:url(add.png) center right no-repeat;
	padding: 0 100px 0 0;
}