.tipsy { padding: 5px; font-size: 11px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
  .tipsy-inner { padding: 15px; background-color: #2f6de9; color: white; max-width: 250px; text-align: left; }
  .tipsy-inner { -moz-border-radius:8px; -webkit-border-radius:8px; font-weight: bold; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
