
/****W3C CSS Validated: "This document validates as CSS level 3 !", 13-10-09 (LH)...****/

/**, .formOther
    
    body {
        padding: 0;
        margin: 0;
    } **/
    
	legend {
	    color: #003300;
        margin-top: 0 !important;
	    margin-top: -10px; /** needed for ie8 **/
	}
	
	.formText, .formDetailsLeft, .formDetailsRight, .txtEnquiry {
	    font-family: sans-serif;
	    font-size: 95%;
	}

	.contactLeftCol 	{
	     width: 75px;
	    }
	    
	 .contactRightCol 	{
	    width: 265px;
	    }

	
	.ul {
	  text-decoration: underline;
	}
	
	td {
		vertical-align: top;
	}
	

  /**/e m a i l /**/
 	.formEm {
		width: 275px;
 }

/** 	.formOther {
		width: 600px;
 } **/

	.formDetailsLeft {
		width: 360px;
 }

	.formDetailsRight {
		width: 250px;
 }


 
/** 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%;				
 }

 #serviceAndProject{
    height: 168px;
 }
 
 
 #selectService {
     float:left;
     height: 168px;
     margin-right: 20px;
 }

 .formDetailsRight  {
    width: 285px;    
 }     
 
 #officeVersion {
     float:left;
     margin-right: 10px;
 }
   
 .txtEnquiry  {
     width: 508px;
     height: 100PX;
 }
 
 #buttons {
     margin-top: -20px;
 }
     
     

/** 	.frmAbsolute {
   position: absolute;	
	 z-order: 1;
}**/

	/**/
	



