#dhtmltooltip{
position: bottom;
width: 683px;
/*border: 1px dotted black;*/
padding: 2px;
background-color: lightyellow;
visibility: hidden;
color: #000;
z-index: 1000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}