@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
{
	height: 338px;
	padding:0 0 0 0;
/*
	background-image:url(../img/how_it_works.png);
	background-repeat: no-repeat;
*/
}

.tooltipContentinfo
{
	height: 338px;
	padding:0 0 0 0;
	font-size: 12px;
/*
	background-image:url(../img/how_it_works.png);
	background-repeat: no-repeat;
*/
}

.tooltipContentinfo h3 {font-size: 12px; line-height: 12px; color: #D9001A; margin: 0 0 2px 0; padding-top:20px; font-weight: bold !important;}


.tooltipContent img {
	float:left;
	padding:0;
	margin: 0;
	}

#sprytrigger1 {
	display:block;
	cursor: pointer;
	/*
width:120px;
	height:17px;
	background-repeat:no-repeat;
	background-position:right;
	padding-top:3px;
*/
	}
	
#sprytrigger2 {
	display:block;
	cursor: pointer;
	/*
width:120px;
	height:17px;
	background-repeat:no-repeat;
	background-position:right;
	padding-top:3px;
*/
	}


