#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px 10px;
	font-size: 100%;
	font-weight: normal;
	text-shadow: none;
	border: 2px solid #c1eeff;
	background-color: #e6f8ff;
	width: 250px;
}
#tooltip h3 { font-size: 13px; font-weight: normal; }
#tooltip h3, #tooltip div { margin: 0; }