.sharebox {
	background:url("/media/images/common/tooltip-shade.png") no-repeat top center;
	position:absolute;
	top:-118px;
	left:-100px;
	width:260px;
	height:120px;
	padding-left:35px;
	padding-top:10px;
}
.sharebox a img {
	border:none;
	float:left;
	margin:2px;
	width:16px;
	height:16px;
	padding:2px;
}
.sharebox-container {
	position:relative;
}
.vfcshare {
	text-decoration:none;
	font-weight:bold;
	color:#aa2323;
	cursor:pointer;
}
p.vfcshare-text {
	clear:both;
	margin-top:5px;
	padding:4px;
	width:220px;
	color:#fff;
	font-size:9px;
}

/* hack the position of the box for safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.sharebox { 	
		left:-47px !important; 
		top:-133px !important;
	}
}