.tipsy 
{ 
padding: 5px; 
font-size: 13px; 
position: absolute; z-index: 100000; 
}
  

.tipsy-inner 
{ padding: 7px 10px 6px 10px;
 background-color: #444;
 background-color: #000;
 text-shadow: 1px 1px 0px #000;
 color: #FFF;
 max-width: 200px; 
 text-align: center;
 }
  

.tipsy-inner 
{ 
border-radius: 3px; 
-moz-border-radius:3px;
 -webkit-border-radius:3px; 
 border: 1px solid #777;
}
  

.tipsy-arrow 
{ position: absolute; 
background: url('/js/tipsy.png') no-repeat top left; width: 9px; height: 6px; 
}
  

.tipsy-n .tipsy-arrow {
    background-position: 50% 0;
    left: 50%;
    margin-left: -4px;
    top: 0;
}
.tipsy-s .tipsy-arrow {
    background-position: 50% 100%;
    bottom: 0;
    left: 50%;
    margin-left: -4px;
}
.tipsy-e .tipsy-arrow {
    background-position: 100% 50%;
    height: 9px;
    margin-top: -4px;
    right: 0;
    top: 50%;
    width: 5px;
}
.tipsy-w .tipsy-arrow {
    background-position: 0 50%;
    height: 9px;
    left: 0;
    margin-top: -4px;
    top: 50%;
    width: 5px;
}
