#enquiryForm table {
	width: 450px;
	margin: 0 auto;
}

	#enquiryForm table th, #enquiryForm table td {
		vertical-align: top;
		width: 225px;
	}
	
	#enquiryForm table th {
		padding-top: 3px;
		text-align: right;
	}
	
	input, select, textarea {
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width: 150px;
	}

	#enquiryForm table td.button {
		text-align: right;
		width: 450px;
	}

	#container td.button input {
		width: 80px;
	}
	
	textarea {
		overflow: auto;
		width: 225px;
		height: 100px;
	}

.smalltxt {
	font-size: 9px;
}