#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #84817E;
	background-color: #FFFFBA;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size:.9em;}



#tooltip.pretty {
	font-family: verdana;
	border: none;
	width: 200px;
	padding:0 10px;
	height: 50px;
	opacity: 0.8;
	background: url('shadow2.png');	
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	margin-top:15px;
	font-size:10px;
	text-align: center;
}


