#share{
	/* The share box container */
	width:200px;
    height:150px;
	margin:10px auto;
	overflow:hidden;
	
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

#share-label{
	/* The image on the right */
	background:url(img/share.png) no-repeat 50% 50%;
	float:left;
	height:220px;
	width:200px;
}

#stage{
	/* This is where the animation takes place */
	position:relative;
	width:220px;
	height:140px;
	float:none;
	border-bottom-left-radius:0px;
	border-top-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-top-left-radius:0px;
}

.btn{
	/* This class is assigned to every share button */
	background-color:white;
	height:90px;
	left:0;
	top:0;
	width:40px;
	position:relative;
	margin:0px 0 0 10px;
	float:left;
}

.bcontent{
	/* Positioned inside the .btn container */
	position:absolute;
	top:auto;
	bottom:20px;
	left:0;
}

/* Individual rules for every share button */

.digg{	background:url(img/digg_reflection.png) no-repeat -2px bottom;}
.reddit{	background:url(img/reddit_reflection.png) no-repeat -2px bottom;}
.facebook{	background:url(img/facebook_reflection.png) no-repeat bottom center;}
.tweetmeme{	background:url(img/twit_reflection.png) no-repeat -4px bottom;}
.dzone{	background:url(img/dzone_reflection.png) no-repeat -6px bottom;}

.thanksto{
	position:absolute;
	bottom:2px;
	right:50px;
	font-size:10px;
}

.thanksto a,.thanksto a:visited{
	color:#BBB;
}

/* Customizing the facebook share button */

span.fb_share_no_count {
	display:block;
}

span.fb_share_count_top.fb_share_no_count {
	line-height:54px;
}

span.fb_share_count_nub_top.fb_share_no_count{
	display:none;
}

span.fb_share_no_count span.fb_share_count_inner {
	background:#3B5998 url(http://static.fbshare.me/f_only.png) no-repeat scroll 20px 5px;
	display:block;
}
