@charset "UTF-8";

.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #771818;
	font-weight: normal;
	text-decoration: none;
	height: 302px;
	width: 302px;
	color: #FFF;
	text-align: center;
}
.tooltipContentimg {
	border: 10px solid #3C0000;
	background-color: #771818;
}
