    #dhtmltooltip{
      position: absolute;
      /*width: 150px;*/
      border: 1px solid #FFC001;   /* #D1D1BF #F00F0A*/
      padding:2px;
      background-color: #FFFFEB;
      visibility: hidden;
      z-index: 100;
      font-family:"arial";
      font-size:7pt;
      opacity: 0.8;
      filter: alpha(opacity=80);      /* msie */
      /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
      /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
    }