.tipsy  
{
    padding: 3px; font-size: 12px; 
    opacity: 0.8; filter: alpha(opacity=80); 
    background-repeat: no-repeat;  background-image:url(/content/themes/base/img/tipsy.gif); 
    
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.5);
    
    -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
}
  .tipsy-inner  
  {
      padding: 6px 10px; background-color: black; color: white; max-width: 250px; 
      /*text-align: center;*/
      
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
  }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; padding-right:5px; }
  .tipsy-west { background-position: left center; }
