
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #b63db5;	
	padding: 0px 5px 0px 5px;		
	opacity: 0.95;
	background-color: Gray;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	font-weight: 100;
	max-width: 500px;
}

#tooltip h3 { font-weight: bold; }

