#dhtmlgoodies_tooltip{
		background-color:#EEE;
		color: #3c83c3;
		border:0px solid #EEE;
		position:absolute;
		display:none;
		z-index:20000;
		padding:5px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.4;
		filter:alpha(opacity=40);
		-khtml-opacity: 0.4;
		-moz-opacity: 0.4;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}