.hotspot {
  cursor: help;
}

#tt {
  background: url(./images/tt_left.gif) top left no-repeat;
  display: block;
  position: absolute;
  z-index: 999;
}

#tttop {
  background: url(./images/tt_top.gif) top right no-repeat;
  display: block;
  height: 5px;
  margin-left: 5px;
  overflow: hidden;
  z-index: 999;
}

#ttcont {
  background: #666;
  color: #FFF;
  display: block;
  font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
  margin-left: 5px;
  padding: 2px 12px 3px 7px;
  z-index: 999;
}

#ttbot {
  background: url(./images/tt_bottom.gif) top right no-repeat;
  display: block;
  height: 5px;
  margin-left: 5px;
  overflow: hidden;
  z-index: 999;
}