		
		.helpTag
		{
			 
			background-image : url(/help/QuestionMark.gif);
			border : none;
			cursor :help;		
			height : 13px;
			width : 13px;
			margin-left : 15px;

		}
		
		.helpTagText
		{
			 
			border : none;
			cursor :help;	

		}
		
		.layer 
		{
			position: absolute;
			left:200px;
			top:100px;
			width:335px;
			background-color:#f0efe6;
			border: 1px solid #000;
			z-index: 50;
			display :none;
						
		}
		
		.layer .layer_handle 
		{
			background-color:#e2e1cf;
			padding:2px;
			text-align:center;
			font-weight:bold;
			color: #333333;
			vertical-align:baseline;
		}
		.layer .layer_content 
		{
			padding:15px;
			text-align:left ; 
			color: #333333;
		}
		.layer .close
		{
			float:right;
			text-decoration:none;
			color:#333333;
			padding: 10px; 
			text-decoration : none;
		}
		
		.layer .close a
		{
			text-decoration : none;
		}
		
		.layer .closetop
		{
			float:left;
			text-decoration:none;
			color:#333333;
			padding-left:10px;
			padding-top:10px;
			text-decoration : none;
		}
		
		.layer .closetop a
		{
			text-decoration : none;
		}
		

