#tooltip h2{
background-position:center bottom;
border-bottom:1px solid #666666;
color:#fff;
font-size:1.5em;
padding:3px;}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #363;
	background-color: #eee;
	padding: 5px;
	width:300px;
	text-align:left;
    font-family:verdana, arial, sans-serif;
    font-size: 1.2em;
	line-height:18px;
             
}
#tooltip h3, #tooltip h2, #tooltip div { margin: 0; }
