.tipsy { padding: 5px; font-size: 0.9em; opacity: 1; filter: alpha(opacity=100); background-repeat: no-repeat;  background-image: url(images/tipsy.gif); }
  .tipsy-inner { padding: 6px 9px 5px 9px; background-color: #000; color: #ddd; max-width: 200px; text-align: left; }
  .tipsy-inner { -moz-border-radius:5px; -webkit-border-radius:5px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
