#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Verdana;
	border: none;
	width: 310px;
	padding:20px;
	height: 135px;
	opacity: 0.9;
	background: url('shadow.png');
	color: #000;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;

	font-size: 12pt;
	font-style:italic;
	width: 315px;
	text-align: left;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 4.25em;	
	height: 100px;
}

#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}

