#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
/*  opacity: 0.85; */
  width: 200px;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
  font-family: Arial;
  border: none;
  width: 210px;
  padding: 20px;
  height: 155px;
  /*opacity: 0.8;*/
  background: url('../images/tooltip.png');
}
#tooltip.pretty h3 {
  text-align: center;
  font-size: 12pt;
  width: 220px;
}
