#tooltip {
	position: absolute;
	z-index: 3000;
	_border: 1px solid #fff;
	_background:url(images/bg_main_menu.jpg) no-repeat ;
	background-color:#38A1BF ;
	-moz-border-radius : 8px ;
	-webkit-border-radius : 8px ;
	border-radius : 8px ;
	padding: 8px;
	opacity: 0.70;
	color : #fff;
}
#tooltip h3, #tooltip div { margin: 0; }
