.share-current-page-widget-title {
	height:26px;
	line-height:26px;
}

.share-current-page-widget-title {
	vertical-align:middle;
	display:inline-block;
	height:26px;
	line-height:26px;
}

.share-current-page-widget > .st_facebook_custom,
.share-current-page-widget > .st_twitter_custom,
.share-current-page-widget > .st_googleplus_custom,
.share-current-page-widget > .st_email_custom {
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	vertical-align:middle;
}

.share-current-page-widget > .st_facebook_custom:hover,
.share-current-page-widget > .st_twitter_custom:hover,
.share-current-page-widget > .st_googleplus_custom:hover,
.share-current-page-widget > .st_email_custom:hover {
	opacity:0.9;
}

.share-current-page-widget > .st_facebook_custom {
	width:26px;
	height:26px;
	background-image:url('../images/facebook-icon.26x26.png');
}

.share-current-page-widget > .st_twitter_custom {
	width:25px;
	height:26px;
	background-image:url('../images/twitter-icon.25x26.png');
}

.share-current-page-widget > .st_googleplus_custom {
	width:25px;
	height:26px;
	background-image:url('../images/googleplus-icon.25x26.png');
}

.share-current-page-widget > .st_email_custom {
	width:26px;
	height:26px;
	background-image:url('../images/email-icon.26x26.png');
}
