	#ftxt{
		margin:0px 5px !important;
		font-size:0.8em;
		text-align:justify;
		clear:both;
	}

/* Generic Form Layout*/
	
	.tableForm td{
		vertical-align:top;
	}
	
		
	label,input, select, textarea{
		display: block;
		float: left; 
		margin-bottom: 5px;
		font-size: 8pt;
	}

	label{padding:2px;}
	
	
	form{
		padding: 0px;
		margin: 0px;
	}

	
	
	
		
	textarea{
		background: white;
		color: black;
		height: 85px;
	}
	
	select{
		background: white;
		color: black;
		margin-left:10px;
	}
	
	input{	
		background: white;
		color: black;
	}
	
	form br{clear: both;}

	
/* BUTTON */

	.enter{
		clear: both !important;
		height: 40px;
	}
	
	.enter input{
		float: right;
		margin-right: 5px;
	}
