#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #B8A0A0;
padding: 5px;
background-color: #FFF8E7;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
border-radius: 4px;
box-shadow:2px 2px 7px #a0a0a0;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;

}