#dhtmltooltip{
position: absolute;
color: #ffffff;
font-weight:bold;
font-size: 12px;
line-height:16px;
margin: 0;
width: 250px;
border: 2px solid white;
padding: 2px;
background-color: #c11313;
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=grey,direction=135);
}
