
	
	#tooltip {
	position: absolute;

	width: 200px;
	z-index: 13000;
	
}
 
#tooltip h3{
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
#tooltip div {
	font-size: 11px;
	color:#e5d46a;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

#tooltip ul{margin-left: 20px; list-style: disc; font-weight: normal;}