  .tipsy { margin-top: 5px; padding-top: 5px; font-size: 10px; background-repeat: no-repeat; opacity: 0.8; filter: alpha(opacity=80);}
  .tipsy h2{ font-size: 12px; color:red; text-transform: uppercase;}
  .tipsy-inner { padding: 2px; padding-bottom: 0px; border-right: 1px dotted #000; border-left: 1px dotted #000; border-bottom: 1px dotted #000;background-color: white; color: black; width: 200px; text-align: left;}
  .tipsy-north { margin-top: 5px; background-image: url(tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(tipsy-west.gif); background-position: left center; }
