#tooltip {
	position: absolute;
	z-index: 3000;
	background:url(shadow.png);
	opacity: 0.85;
	width:250px;
	height:175px;
}
#tooltip ul{
  width:150px;
  text-align:left;
  margin-left:20px;
}
#tooltip ul li{
  list-style:disc;
  margin:5px 0;
  width:150px;   
}
#tooltip small{
  font-size:11px;
  margin-top:10px;
  font-weight:bold;
}
#tooltip h3, #tooltip div { 
  margin: 15px;
}
