@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

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

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

.tooltipContent
{
	font-size: 0.9em;
	background-color: #0099FF;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: inset 0 0 20px #00FFFF;
	-webkit-box-shadow: inset 0 0 20px #00FFFF;
	box-shadow: inset 0 0 20px #00FFFF;
}