@charset "UTF-8";
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
.tooltipContent
{
	background-image: url(../images/tooltipbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 174px;
	width: 510px;
}
