#dhtmlgoodies_tooltip {
 background-color: #FFF;
 border: 1px solid #000;
 position: absolute;
 display: none;
 z-index: 20000;
 padding: 2px;
 font-size: 0.9em;
 -moz-border-radius: 5px; /* Rounded edges in Firefox */
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;

}
#dhtmlgoodies_tooltipShadow {
 position: absolute;
 background-color: #D3D3D3;
 display: none;
 z-index: 10000;
 opacity: 0.7;
 filter: alpha(opacity=40);
 -khtml-opacity: 0.4;
 -moz-opacity: 0.4;
 -moz-border-radius: 5px; /* Rounded edges in Firefox */
}