/* CSS Document */

#textArea { width:750px; margin:0px 0px 10px 0px; }

#contactLeft { width:250px; height:auto; overflow:hidden; float:left; }
#contactRight {
	font-family:Verdana, Arial, Helvetica, sans-serif; width:480px; height:auto;
	overflow:hidden; float:right; border:#999999 dashed 1px; padding:8px; font-size:12px;
}
#contactRight table { background-color:#fff; }
#contactRight table td { background-color:#CCCCCC; }
#contactRight table td input { width:250px; }
#contactRight table td.fieldNames { text-align:right; }


.enquiryField { height:80px; width:250px; }