.default-tipsy { font-size: 14px; padding: 5px; position: absolute; z-index: 100000; }
  .default-tipsy-inner { padding: 5px 8px 4px 8px; background-color: white; color: Black; max-width: 200px; text-align: left; border: 1px solid Black}
  .default-tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .default-tipsy-arrow { position: absolute; width: 9px; height: 5px; }
  .default-tipsy-n .default-tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
    .default-tipsy-nw .default-tipsy-arrow { top: 0; left: 10px; }
    .default-tipsy-ne .default-tipsy-arrow { top: 0; right: 10px; }
  .default-tipsy-s .default-tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
    .default-tipsy-sw .default-tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
    .default-tipsy-se .default-tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .default-tipsy-e .default-tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .default-tipsy-w .default-tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }