#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid rgb(128,128,128);
	background-color: white;
	padding: 20px;
	/*opacity: 0.85;*/
	width:auto;
}
#tooltip h3{
	margin-bottom:10px;
	color:black;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip .body{
	font-size:11px;
	color:rgb(128,128,128);
	line-height:12px;
}
