.public_registration_form h2 {
	clear: both;
}

.public_registration_form input {
	width: 200px;
}

.public_registration_form select {
	width: 204px;
}

.public_registration_form input.radio, .public_registration_form input.checkbox {
	width: auto
}

.public_registration_form .prf_item label {
	display: inline-block; 
	width: 150px;
	border: 1px solid transparent; /* If the label has no content, the width is not being set (just on this page, for some reason) - this fixes it */
}

.public_registration_form .prf_item label.control {
	width: 180px
}

#EmploymentBasis label, #EmploymentHours label, #Accommodation label {
	width: 130px;
}

#DrivingLicense,  #EDIssueDate, #PFACValidToDate, #Experience {
	display: inline-block;
	margin-left: 150px;	
}

#DrivingLicense label {
	width: auto;
}

#Qualifications label {
	width: 130px;
}

#Experience {
	width: 100px;
}

input.typeof__datepicker, input.typeof__xcandidatedob {
	width: 100px;
}

.prf_control_group input {
	width: auto;
}


#SubmitButton {
	float: right;
}

#ClearButton {
	float: left;
}

#Area {
	padding: 2px;
	font-weight: bold;
}