#tooltip {
  background: url(/i/bg_tooltip.gif) top no-repeat;
  color: #fff;
  font-size: 0.9167em;
  font-weight: bold;
  height: 180px;
	padding: 40px 0 0 90px;
  width: 300px;
	position: absolute;
	z-index: 3000;
}

#tooltip h3, #tooltip div { 
  margin: 0; 
  white-space: pre;
}