/* 
FACEBOOK SHARE BUTTON 
*/
.pluginButton {
	width:57px;
	height:20px;
}

.pluginButton {
	background: #4c69ba;
	background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
	background: -webkit-linear-gradient(#4c69ba, #3b55a0);
	background: linear-gradient(#4C69BA, #3B55A0) repeat scroll 0% 0% transparent;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-shadow: 0 -1px 0 #354c8c;
	white-space: nowrap;
}

.pluginButtonContainer {
	-webkit-font-smoothing: antialiased;
}

.pluginButtonImage {
	display: inline-block;
}

.pluginButton button {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-weight: bold;
	margin: -1px;
	outline: none;
	padding: 0;
	text-shadow: 0 -1px 0 #354c8c;
}

.pluginButton .pluginButtonLabel {
    padding: 0px 5px 0px 0px;
    position: relative;
    vertical-align: top;
}

.pluginButtonIcon {
	height: 14px;
	left: 0;
	margin: 0 4px 0 4px;
	position: relative;
	top: 3px;
	vertical-align: top;
	width: 14px;
}

i.img {
	-ms-high-contrast-adjust: none;
	_overflow: hidden;
}

.sp_plugin-button {
	background-image: url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/y1/r/LVx-xkvaJ0b.png);
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
}

.sx_plugin-button_favblue {
	background-position: 0 -42px;
}

user agent stylesheeti, cite, em, var, address, dfn {
	font-style: italic;
}
Inherited from button
	.pluginButton button {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-weight: bold;
	margin: -1px;
	outline: none;
	padding: 0;
	text-shadow: 0 -1px 0 #354c8c;
}

.pluginButtonLabel {
	font-size: 11px;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
}
/* </FACEBOOK SHARE BUTTON> */



/* 
<Social Network Count Box Drawing> 
*/
.social_count, .social_count span {
	display:inline-block;
}

.social_count span {
	font: 11px/15px Helvetica, Arial, sans-serif;		
	vertical-align:bottom;
	background-color:white;	
	height: 18px;
	line-height:18px;
	border: 1px solid #DDD; /* colour set in image as well */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
}

.social_count {
	position:relative;
}

.social_count span {
	/*padding: 0 5px;*/
	padding: 0 4px;
	color: #666;
	text-align: center;
	text-decoration: none;
}
.social_count .pluginCountButtonNub {
	height: 0;
	left: 2px;
	position: relative;
	top: -15px;
	width: 5px;
	z-index: 2;
}
.social_count .pluginCountButtonNub s, 
.social_count .pluginCountButtonNub i {
	border-color: transparent #9197a3;
	border-style: solid;
	border-width: 4px 5px 4px 0;
	display: block;
	position: relative;
	top: 1px;
}

.social_count .pluginCountButtonNub i {
	border-right-color: #fff;
	left: 2px;
	top: -7px;
}

.social_count span {
	background: white;
	border: 1px solid #9197a3;
	-webkit-border-radius: 2px;
	color: #6a7180;
	display: inline-block;
	font-size: 11px;
	height: auto;
	line-height: 18px;
	margin-left: 6px;
	min-width: 15px;
	padding: 0 3px;
	text-align: center;
	white-space: nowrap;
}
/* </Social Network Count Box Drawing> */