#dhtmltooltip{
position: absolute;
left: -300px;
width: 130px;
border: 1px solid #000;
padding: 8px 10px 30px 10px;
background: #fff url(../images/click.png) left bottom no-repeat;
color: #000;
line-height: 1.6;
visibility: hidden;
z-index: 100;
font-weight: bold;
font-size: 13px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
#dhtmltooltip u {
color: #C00;
}

#warehouses #dhtmltooltip {
background-image: none;
padding: 8px 10px;
width: 105px;
}