@charset "UTF-8";


.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #e8e8e8;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
}
