#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
	color:#aba190;
	font-size:0.85em;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
	color:#dacfb9;
	padding-bottom:5px;
	border-bottom:1px solid #dacfb9;
}
#tooltip.pretty h5 {
	margin-bottom: 0.75em;
	font-size:11px;
	width: 100%;
	text-align: center;
	color:#dacfb9;
	padding-bottom:5px;
	border-bottom:1px solid #58514b;
	}
#tooltip.pretty div {width: 220px; text-align: left; color:#dacfb9;}

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 100px;
}
