@charset "UTF-8";


.iframeTooltip
{
	position: absolute;
	z-index: 1010;


	filter:alpha(opacity:0.1);
	height: 220px;
	width: 318px;
}

.tooltipContent
{
	background-color: #232323;
	height: 180px;
	width: 260px;
}

