/*Tooltip*/
#dhtmltooltip{
position: absolute;
width: 100px;
border: 1px solid #0068D0;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
font-family: Arial, Helvetica, Geneva; 
font-size: 10pt; 
z-index: 50;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cecece,direction=135)
}