/* http://qrayg.com/learn/code/qtip */

div#qTip {
   padding: 5px;
   border: 1px solid #666;
   border-right-width: 2px;
   border-bottom-width: 2px;
   display: none;
   background: #999;
   color: #fff;
   font-family:Arial, Verdana, Tahoma;
   font-size:12px;
   text-align: left;
   position: absolute;
   z-index: 1000;
}
