#dhtmltooltip{
position: absolute;
width: auto;
height: auto;
/*color: #ff0000;*/
color: #426EFF;
text-align: center;
font-weight: bold;
border: 1px solid black;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
padding-right: 10px;
/*background-color: #e5ff80;*/
background-color: #FFFFFF;
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);