@charset "UTF-8";
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
.tooltipContent
{
	background-color: #FFF;
	border:1px solid #5DA1E8;
	width:360px;
	height:auto;
	padding:4px 5px 4px 5px;
}