#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #003099;
	background-color: #e2e7ff;
	padding: 5px;
	opacity: 0.95;

	width: 400px;
	color: #000000;
	font-family: Trebuchet MS, Tahoma;
	font-size: 12px
}
#tooltip h3, #tooltip div { margin: 0; }

