
#dhtmltooltip{
position: absolute;
left: -300px;
width: 50px;
height: 60px;
border: 1px solid #FFF;
padding: 8px;
font: normal 12px Arial;
color: #FFF; 
background-color: #634756;
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=white,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 150;
visibility: hidden;
}

.big {font-size: 16px; font-style: italic;}
