#tooltip {
	position: absolute;
	z-index: 3000;
	max-width: 340px;
	opacity: 0.9;
	padding: 5px;
	background-color: #fcfcfe;
	border: 1px solid #999;
	
	-moz-border-radius-bottomleft:7px; 
	-moz-border-radius-bottomright:7px; 
	-moz-border-radius-topleft:0pt; 
	-moz-border-radius-topright:7px;
}
#tooltip div { font-size: 12px; }
#tooltip h3 {
	margin: 0 0 .25em 0;
	font-weight: normal;
	font-size: 14px;
	color: #111;
}

