#tooltip {
	position: absolute;
	z-index: 3000;

	padding: 5px;
	opacity: 0.85;
	padding: 5px; 

	text-shadow: none; 
	background-position: top left;
	 
	font: normal 11px Verdana;filter:alpha(opacity=7);
	-moz-opacity: 0.7;
	opacity: 0.7;
	
}
#tooltip h3, #tooltip div { margin: 0; color: #fff; font: normal 11px Verdana;}
#tooltip h3, #tooltip div {padding: 5px 8px 4px 8px; background-color: #232323; color: white; max-width: 200px; text-align: center; 
						   -moz-border-radius:1px; 	
						   -webkit-border-radius:1px; 
						   box-shadow: 0 1px 6px #929292; }
