#tooltip {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 3000;
	border: 1px solid #cc0099;
	background-color: #ff99cc;
	padding: 5px;
	opacity: 1;
	font-size: 12px;
	color: #663399;
	width: 200px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font-size: 13px;
	font-weight: bold;
}

