.tipsy { font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-weight: bold; padding: 5px; font-size: 11px; background-repeat: no-repeat;
}
  .tipsy-inner { padding: 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center;
  -webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
  }
  .tipsy-north { background-image: url(../img/tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(../img/tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(../img/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(../img/tipsy-west.gif); background-position: left center; }
