#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0 none;
  color: #555555;
  background-color: #F3F3F3;
	padding: 5px 10px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 { font-size: 1.1em; font-weight: bold; color: #528E94; }
#tooltip.tip { text-align: left; border: 1px solid #8DC8CE; }  

