	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:2px solid #cccccc;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:11px; color:#CC9933; 
		-moz-border-radius:5px;	/* Rounded edges in Firefox */
		font-family: Arial, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#999999;
		display:none;
		z-index:10000;
		opacity:0.6;
		filter:alpha(opacity=60);
		-khtml-opacity: 0.6;
		-moz-opacity: 0.6;
		-moz-border-radius:5px;	/* Rounded edges in Firefox */
	}
	
