.fshare
{
	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;
	width: 48px;
	height: 16px;
}

.fshare:hover
{
	border: 1px solid #9dacce;
}

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