.fbar, .fbar_blog
{
	background-color: #F1F1F1;
	border-radius: 2px 2px 2px 2px;
	height: 28px;
	margin: 8px 0;
	padding: 5px 0 0 5px;
	clear: left;
}

.fbar_like, .fbar_blog_like
{
	float: left;
}

.fbar_send, .fbar_blog_send
{
	float: left;
}

.fbar_share, .fbar_blog_share, .fbar_blog_comment_button
{
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	line-height: 1.1;
	text-align: left;

	background: none repeat scroll 0 0 #ECEEF5;
	border: 1px solid #CAD4E7;
	border-radius: 3px 3px 3px 3px;
	color: #3B5998;
	cursor: pointer;
	padding: 2px 6px 4px;
	white-space: nowrap;
	height: 16px;
	float: left;
	margin-left: 4px;
}

.fbar_share:hover, .fbar_blog_share:hover, .fbar_blog_comment_button:hover
{
	border: 1px solid #9dacce;
}

.fbar_share_icon, .fbar_blog_share_icon
{
	background-image: url("fshare.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	width: 14px;
	position: relative;
	left: -2px;
	top: 2px;
}

.fbar_blog_comment_button_icon
{
	background-image: url("view_comments.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	width: 18px;
	position: relative;
	left: -2px;
	top: 2px;
}

.fbar_plusone, .fbar_blog_plusone
{
	margin-left: 4px;
	float: left;
	position: relative;
	top: 2px;
}

.fbar_tweet, .fbar_blog_tweet
{
	margin-left: 4px;
	float: left;
	position: relative;
	top: 2px;
}
