.tipsy { padding: 5px; font:normal 12px "Trebuchet MS";  background-repeat: no-repeat; opacity: 0.90; filter: alpha(opacity=90);  background-image:url(../images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color:#FF0; color:black; max-width: 200px; text-align: left; border:2px outset #ff0 }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
