#dhtmltooltip{
position: absolute;
width: 250px;
border: 2px solid #ffffff;
padding: 2px;
background-color: #94ced8;
visibility: hidden;
z-index: 100;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
line-height:17px;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
