#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
	background-color: #02247B;
  color: #FFF;
  font-size: 1.2em;
	padding: 5px;
	opacity: 0.9;
}
#tooltip h3, #tooltip div { margin: 0; }

