#tooltip {
	background: #fc0;
	border: 1px solid #000;
	padding: 3px;
	
	position: absolute;
	z-index: 3000;
}
#tooltip h3, #tooltip div { 
	color: #000;
	font-size: .65em;
	font-weight: normal;
	margin: 0; 
}

