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

#tooltip.pretty {
	border: none;
	width: 350px;
	padding:20px;
	height: 140px;
	font-size: 0.9em;
	background: url('shadow.png') no-repeat;
}
#tooltip.pretty h3 {   
	font-size: 0.85em;
	text-align: center;
        vertical-align:middle;
        font-weight:normal; 
        width:310px;
        ilne-height:125%;
}
#tooltip.pretty div { text-align: left; }

