#dhtmltooltip{
position: absolute; width: 150px; 
border: 2px solid black; 
color:#000000; 
font-family: Georgia,Verdana,Arial;
font-size:9pt;
font-weight:bold; 
text-align:center;
padding: 5px;
background-color: yellow;
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);
}
.specialtip {
font-family:Georgia,Verdana,Arial;
font-size: 24pt;
color: #000000;
background-color: lightyellow;
text-align: center;
padding: 20px;
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);
}
