#tooltip {
	position: absolute;
	z-index: 3000;
background-color: #ffffcc;
	padding: 14px;
	width: 280px;
	line-height: 1.45em;
	font-size: 0.9em;
	opacity: 0.95;
}
#tooltip h3, #tooltip div { margin: 0; }

