.tooltip {
	position: absolute;
	z-index: 5000;
	border: 1px solid #ccc;
	-moz-border-radius:5px; 
	-khtml-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	background-color: #fff;
	padding: 10px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
