#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #0000FF;
	background-color: #FFFFFF;
	padding: 10px;
}
#tooltip  h3   {
	font-size: 14px;
	font-weight: bold;
	width: 250px;
	padding-bottom: 6px;
}
#tooltip div {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	width: 250px;
}
