	#dhtmltooltip{
	position: absolute;
	width: 225px;
	border: 1px solid #336;
	padding: 4px;
	color: 000000;
	background-color: ffffff;
	visibility: hidden;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.2;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}

	#dhtmlpointer{
	position:absolute;
	z-index: 101;
	visibility: hidden;
	}
	
	.popup1 {
	CURSOR: help; 
	COLOR: #C07635;
	Text-Decoration:underline; 
	}
	.fnt-label {background-color:#F1E6CE;
	}