﻿		
		.helpTag
		{
			 
			background-image : url(/help/questionmark.png);
			border : none;
			cursor :help;		
			height : 13px;
			width : 13px;
			margin-left : 15px;

		}
		
		.helpTagText
		{
			 
			border : none;
			cursor :help;	

		}
		
		.layer 
		{
			position: absolute;
			left:200px;
			top:0px;
			width:400px;
			z-index: 50;
			display : none ;
			height:400px;
		}
		
		.layer .layer_handle 
		{
			background-color:#e2e1cf;
			padding:2px;
			text-align:center;
			font-weight:bold;
			color: #333333;
			vertical-align:middle;
		}
		.layer .layer_content 
		{
			padding:15px;
			text-align:justify ; 
			color: #333333;
		}
		.layer .close
		{
			text-decoration:none;
			color:#333333;
			padding: 10px; 
			text-decoration : none;
		}
		
		.layer .close a
		{
			text-decoration : none;
		}
		

