#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	color:#000;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3
{
    color:#000;
    font-weight: bold;
}

#tooltip.body
{
    text-align:left;
}

#tooltip.pretty {
background:transparent url(/images/shadow.png) repeat scroll 0 0;
border:medium none;
font-family:Arial;
height:135px;
opacity:0.8;
padding:20px;
width:210px;
}
