
/* END PART YOU CAN REMOVE */


#dhtmlgoodies_tooltip{
background-color:#ebebeb;
border:1px solid #000;
position:absolute;
display:none;
z-index:20000;
padding:2px;
font-size:9px;
color:#666666;
-moz-border-radius:6px;	/* Rounded edges in Firefox */
font-family: "Verdana";

}
#dhtmlgoodies_tooltipShadow{
position:absolute;
background-color:#CC0000;
display:none;
z-index:10000;
opacity:0.7;
filter:alpha(opacity=70);
-khtml-opacity: 0.7;
-moz-opacity: 0.7;
-moz-border-radius:6px;	/* Rounded edges in Firefox */
}