#tooltip {
	position: absolute;	
	z-index: 3000;
	border: 1px solid #caddfd; /* light blue */	
	background-color: #faf7f0; /* beige */
	text-align: left;
	padding: 2px 5px 3px; /* top right|left bottom */	
	left: 0;	
}

#tooltip h3, 
#tooltip div {	
	margin: 0; 	
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;	
}

