
/****W3C CSS Validated: "This document validates as CSS level 3 !", 13-10-09 (LH)...****/

	.formText, .formDetails {
	  font-family: sans-serif;
		font-size: 95%;
		color: #000000; /*black*/
	}
	
	.ul {
	  text-decoration: underline;
	}
	
	td {
		vertical-align: top;
	}
	
	.formText {
		width: 250px;
 }

  /**/e m a i l /**/
 	.formEm {
		width: 300px;
 }

 	.formOther {
		width: 150px;
 }

	.formDetails {
		width: 500px;
 }
 
/** format applied to variable data called from php file - after data integrity 
check establishes data yet to be obtained from user, and includes appropriate prompts within *-enq.php file **/
  .dataRequest {
	  font-style: italic;
		color: #990000;
		font-size: 88%;				
 }



/** 	.frmAbsolute {
   position: absolute;	
	 z-order: 1;
}**/

	/**/
	


