.appointmentBookings h2 {
	margin: 15px 0 20px;
}
.appointmentBookings h2 a {
	color: #999;
	text-decoration: none;
}
.appointmentBookings h2 a:hover,
.appointmentBookings h2 a:focus {
	color: #999;
	text-decoration: underline;
}
.appointment-time p.fullyBooked {
	color: #777;
	font-style: italic;
}
.appointment-time p:last-child,
.appointment-time p:last-child a.button_default {
	margin-bottom: 0;
}
form.AppointmentBookingForm {
	max-width: none;
	width: 100%;
}
form.AppointmentBookingForm .field {
	clear: both;
	margin-bottom: 20px;
}
form.AppointmentBookingForm .field.w50 {
	width: 49%;
}
form.AppointmentBookingForm .field.fLeft {
	clear: left;
	float: left;
}
form.AppointmentBookingForm .field.fRight {
	clear: right;
	float: right;
}
form.AppointmentBookingForm .field.w50.fLeft {
	margin-right: 1%;
}
form.AppointmentBookingForm .field.w50.fRight {
	margin-left: 1%;
}
form.AppointmentBookingForm .field input.text,
form.AppointmentBookingForm .field textarea,
form.AppointmentBookingForm .field select {
	display: block;
}
form.AppointmentBookingForm .field span.description {
	clear: both;
	color: #888;
	display: block;
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 5px;
}
form.AppointmentBookingForm .field.checkbox > input {
	margin-top: 0;
}
form.AppointmentBookingForm .field.checkbox > input,
form.AppointmentBookingForm .field.checkbox > label.right {
	display: inline-block;
	vertical-align: middle;
}
form.AppointmentBookingForm .field.checkbox label.right {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
}
form.AppointmentBookingForm .field.notestext {
	margin-top: 25px;
}
form.AppointmentBookingForm .field.notestext label {
	cursor: text;
}

/* Required */
form.AppointmentBookingForm .required-field label.left:after,
form.AppointmentBookingForm .required-field.checkbox label.right:after {
	color: red;
	content: ' *';
}
form.AppointmentBookingForm .required-field input:invalid,
form.AppointmentBookingForm .required-field textarea:invalid {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}