#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 200px;
	background: url('../images/shadow.png');
	/*filter:alpha(opacity=1); 
	-moz-opacity:1; 
	opacity:1;*/
	
}
#tooltip.pretty h3 {
	
	font-size: 12pt;
	width: 220px;
	text-align: left;
	font-weight:bold;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('../images/shadow2.gif') no-repeat top;
	padding-top: 4.5em;
	height: 200px;
	font-size:12px;
	/*filter:alpha(opacity=1); 
	-moz-opacity:1; 
	opacity:1;*/

}
#tooltip.fancy.viewport-right {
	background: url('../images/shadow2-reverse.gif') no-repeat top;
	padding-top: 4.5em;
	height: 200px;
	font-size:12px;
	/*filter:alpha(opacity=1); 
	-moz-opacity:1; 
	opacity:1;*/
}
#tooltip.fancy.viewport-bottom {
	height: 200px;
	font-size:12px;
	background: url('../images/shadow2bot.gif') no-repeat;
/*	filter:alpha(opacity=1); 
	-moz-opacity:1; 
	opacity:1;*/
	padding-top: 2em;
}
