/********************************************/
	/********************************/
		
		.help {
			cursor:help;
			color:silver;
			font-weight:bold;
		}
		
		.helpContainer {

			border:1px solid black;
			padding:20px;
			background-color:#FFFFCC;
			width:450px;
		}
		
		.helpText {
			
		}
		.helpImg {
			
		}
		
		.helpEdit {
			display:block;
		}
		
	/********************************/
/********************************************/