
#dhtmltooltip{
position: absolute;
/*left: -300px;*/
width: 150px;
border: 1px solid #848484;
padding: 2px;
background-color: #eeeeee;
display: none;
z-index: 1000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#848484,strength=2);

}

#dhtmlpointer{
position:absolute;
/*left: -300px;*/
z-index: 1001;
display: none;
}

