div.form { width: 495; }
div.specialRequirements { margin-top: 15px; }

table.enquiryItems { margin-top: 15px; }
table.enquiryItems td.noPlaces { width: 70px; text-align: center; }
table.enquiryItems td.courseName { width: 220px; }
table.enquiryItems td.location { width: 100px; }
table.enquiryItems td.howSoon { width: 84px; text-align: center; }
table.enquiryItems td.addEdit { width: 50px; text-align: center; }

div.enquiryForm
{
	position: relative;
	margin-top: 25px;
	padding: 5px;
	border: 1px solid #ccc;
	width: 372px;
}
div.enquiryForm img.arrowNE
{
	position: absolute;
	display: block;
	right: -10px;
	top: -10px;
}
div.enquiryForm p.instructions { margin: 5px 0; }
div.enquiryForm div.status { padding-top: 7px; color: #e00; position: relative; }
div.enquiryForm span.label { width: 100px; }
div.dataForm select.ddl { width: 230px; }
div.dataForm div.enquiryForm input.text { width: 220px; }
div.dataForm div.enquiryForm input.fee { width: 69px; }
div.enquiryForm div.submit { width: 346px; }
