	$(function () {
		$("#comm-eng-fname").inputLabel("First name",{color:"#999"});
		$("#comm-eng-lname").inputLabel("Last name",{color:"#999"});
		$("#comm-eng-add1").inputLabel("Address 1",{color:"#999"});
		$("#comm-eng-add2").inputLabel("Address 2",{color:"#999"});
		$("#comm-eng-city").inputLabel("Town/City",{color:"#999"});
		$("#comm-eng-county").inputLabel("County",{color:"#999"});
		$("#comm-eng-pstcd").inputLabel("Postcode",{color:"#999"});
		$("#comm-eng-phone").inputLabel("Landline",{color:"#999"});
		$("#comm-eng-mobile").inputLabel("Mobile",{color:"#999"});
		$("#comm-eng-email").inputLabel("Email",{color:"#999"});
		
		$("#hh-fname").inputLabel("First name",{color:"#999"});
		$("#hh-lname").inputLabel("Last name",{color:"#999"});
		$("#hh-add1").inputLabel("Address 1",{color:"#999"});
		$("#hh-add2").inputLabel("Address 2",{color:"#999"});
		$("#hh-city").inputLabel("Town/City",{color:"#999"});
		$("#hh-county").inputLabel("County",{color:"#999"});
		$("#hh-pstcd").inputLabel("Postcode",{color:"#999"});
		$("#hh-phone").inputLabel("Landline",{color:"#999"});
		$("#hh-mobile").inputLabel("Mobile",{color:"#999"});
		$("#hh-email").inputLabel("Email",{color:"#999"});
	});