#tooltip {
	position: absolute;
	z-index: 3000;		
	background-color: #FFFFB8;	
	font-size: 93%;	
	padding: 2px 4px 2px 4px;
	border: solid 1px black;	
}
#tooltip h3, #tooltip div { 
	margin: 0;
	font-weight: normal;
}
