.tipsy { padding: 5px; font-size: 12px; opacity: 0.75; filter: alpha(opacity=75); background-repeat: no-repeat; line-height:12px;  background-image: url(/img/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: #114e7f; color: #fff; text-shadow: 1px 1px 0 #00192d; max-width: 300px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
  .tipsy-north { background-position: top center; margin-top:2px;}
  .tipsy-south { background-position: bottom center; margin-bottom:2px; margin-top:-2px;}
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }