#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #333;
	color:#fff;
	background-color: #000;
	padding: 5px;	
	opacity: 0.85;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 7px;
	max-width: 200px;
}

#tooltip h3, #tooltip div { margin: 0; }
