.tipsy { padding: 5px; font-size: 12px; opacity: 1; background-repeat: no-repeat;  background-image: url(../css/css_images/tipsy.gif); z-index:10; border-radius:3px; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: white; color: black; max-width: 400px; text-align: left; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.38);}
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; 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 10px; }