.fb-share-boxwrap a,.fb-share-wrap a {
	color: #3b579d;
	text-indent: 20px;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.5px;
	width: 52px;
	height: 19px;
	font-family: Arial,sans-serif;
	text-align: left;
	text-rendering: optimizeLegibility;
	text-decoration: none;
	
	background: url(../png/fbshare-sprite.png) no-repeat 4px 4px #eceef5;
	display: inline-block;
	position: relative;
	margin: 0 8px 0px 0px;
	-webkit-box-shadow: #f0f0f0 -1px -1px 0px 0px inset;
	-moz-box-shadow: #f0f0f0 -1px -1px 0px 0px inset;
	box-shadow: #f0f0f0 -1px -1px 0px 0px inset;
	
	border: 1px solid #cad4e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;

}
.fb-share-boxwrap a:hover,.fb-share-wrap a:hover {border-color: #9dacce;}
.fb-share-boxwrap .counder,.fb-share-wrap .counder {
	padding: 2px 4px;
	font: 11px sans-serif;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	position: relative;
	color:#333;
	text-align:center;
}
.fb-share-boxwrap .counder:before, .fb-share-wrap .counder:before {
	content: ' ';
	background: url(../png/fbshare-sprite.png) no-repeat -3px -41px #fff;
	position: absolute;
	left: -6px;
	top: 4px;
	width: 6px;
	height: 9px;
}

.fb-share-boxwrap{padding:42px 0 0; position:relative; display:inline-block;}
.fb-share-boxwrap a{margin:0;}

.fb-share-boxwrap .counder {
	font-size:12px;
	width: 52px;
	height: 22px;
	padding: 8px 0 2px;
	position: absolute;
	top:0;
}
.fb-share-boxwrap .counder:before {
	background-position:-2px -22px;
	left:auto;
	top:auto;
	bottom: -5px;
	width: 9px;
	height: 6px;
}