@charset "UTF-8";

.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.tooltipContent
{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-image: url(../tooltip_back.png);
	background-repeat: repeat;
	width: 164px;
	float: left;
}
