@charset "UTF-8";

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

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

.tooltipContent {
	background-color: #CCCCCC;
	width:500px;
	padding:10px;
	-webkit-border-radius:10px !important;
 	-moz-border-radius:10px !important;
	border:#990000 solid 2px !important;
}

.tooltipContent p{
	font-size:10px;
	font-weight:bold;
	color:#333333;
	line-height:14px !important;
}


