#tooltip {
  background: url("ttr.png") no-repeat scroll right 0 transparent;
  position: absolute;
  z-index: 3000;
}

#tooltip .in {
  background: url("ttl.png") no-repeat scroll 0 0 transparent;
}

#tooltip .in h3 {
  background: url("ttm.png") repeat-x scroll 0 0 transparent;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 33px;
  margin: 0 6px 0 17px !important;
  padding: 0 10px;
}

#tooltip .in div {
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
