@charset "UTF-8";

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

	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #333;
	border: 1px solid #FF9;
	color: #FFF;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	width: 400px;
	line-height: 18px;
	cursor: pointer;
	border-radius: 10px 10px;
}

p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	text-transform: uppercase;
}
h2 {
	color: #FC9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}


a {
	color: #FC6;
	font-size: 14px;
	font-weight: bold;
}

