.tipsy { padding: 5px; font-size: 14px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
  .tipsy-inner { padding: 7px 11px 7px 11px; background-color: #ffffff; color: #51585D; max-width: 200px; text-align: center;  font-weight:bold;}
  .tipsy-inner { -moz-border-radius:6px; -webkit-border-radius:6px; border:1px solid #99CB6E; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
