#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
font-family: Arial;
font-size:11px;
line-height:16px;
border: none;
width: 137px;
padding:16px 20px;
height: 80px;
opacity: 0.9;
background: url('../images/shadow.png') no-repeat;
}

#tooltip.pretty h3 {
font-size:14px;
}
