@charset "UTF-8";
/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
	font-size:9px;
	color:#999;
	border-radius: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:8px;
	width:230px;
	/*behavior:url(border-radius.htc);*/
}
.tooltipContent h1, .tooltipcontent h2 {
	font-size:10px;
	color:#666;
	margin:0;
	padding:0px;
}
