.embedbox {
	background:url("/media/images/common/tooltip-shade.png") no-repeat top center;
	position:absolute;
	top:-118px;
	left:-100px;
	width:260px;
	height:120px;
	padding-left:30px;
	padding-top:3px;
}
.embedbox a img {
	border:none;
	float:left;
	margin:2px;
	width:16px;
	height:16px;
}
.embedbox-container {
	position:relative;
}
.vfcembed {
	text-decoration:none;
	font-weight:bold;
	color:#aa2323;
	cursor:pointer;
}

.embedbox textarea {
	background:none;
	color:#fff;
	font-size:7px;
	width:205px;
	height:110px;
	border:none;
}

/* hack the position of the box for safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.embedbox { 	
		left:-47px !important; 
		top:-133px !important;
	}
}