#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	color: #666;
	font-size: 7pt;
	padding: 5px;
	opacity: 0.95;
	margin-bottom: 0em;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.95;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
	color: #000;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('../img/shadow2.png');
	padding-top: 5em;
	height: 100px;
	font-size: 10pt;
	color: #333;
}
#tooltip.fancy.viewport-right {
	background: url('../img/shadow2-reverse.png');
}
#fancy2 { float: right; }
