#Title, #FirstName, #Surname, #Address1, #Address2, 
#Postcode, #Telephone, #Email, #Enquiry, #How, #Further {
	border: 1px solid #009900;
}
#Title {
	width: 30px;
}
#FirstName, #Surname {
	width: 200px;
}
#Address1, #Enquiry {
	width: 452px;
}
#Address2 {
	width: 250px;
}
#Postcode {
	width: 120px;
}
#Telephone, #Email {
	width: 220px;
}
#Further {
	width: 280px;
}
