#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: #fff;
	padding: 15px;
	opacity: 0.9;
  font-size: 12px;
  line-height: 1.54em;
  width: 300px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 4px 8px #999;
  -webkit-box-shadow: 0px 4px 8px #999;
}
#tooltip h3 {margin-bottom: 10px;}

/*#tooltip h3, #tooltip div { margin: 0; }*/
