/* Contact Form */

form#contact-form {
	padding-bottom: 2em;
	overflow: hidden;
}

#contact-form button { float: right; }

#contact-form #enquiry_type label {
	float: none;
	line-height: 1.667;
	margin-bottom: 1.667em;
	padding: 0;
	width: auto;
}

#contact-form #enquiry_type ul { margin-bottom: 0; }

#contact-form #enquiry_type li {
	background-image: none;
	font-size: 100%;
	list-style: none;
	padding-left: 0;
}

#contact-form #enquiry_type li label {
	line-height: 1.417;
	margin-bottom: 0;
	padding: 0 0 0.25em;
}

#contact-form #enquiry_type li input {
	background-color: transparent;
	border: none;
	margin-right: 1em;
	width: auto;
}
