#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #333333;
background-color: #333333;
visibility: hidden;
z-index: 100;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
 font-family:Tahoma; font-size:7pt; color:#333333; padding-left:4px; padding-right:4px; padding-top:4px; padding-bottom:4px
}