@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: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFb000;
	width: 240px;
	border: 2px solid #452061;
	font-size: 14px;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 10px 15px 15px rgba(0,0,0, 0.25);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 10px 15px 15px rgba(0,0,0, 0.25);
}

