#tooltip {
	position: absolute;
	z-index: 30000;
	background-color: rgb(60,83,150);
	padding: 3px;
	font-size: 10px;
	opacity: 0.85;
	-moz-border-radius: 0.8em;
  border-radius: 0.8em;
  
}
#tooltip h3, #tooltip div { 
  margin: 0;
  font-size:11px;
  font-weight: normal;
  color:#fff; 
  text-shadow: none;
  text-transform: none;
}
