a {
	text-decoration: underline;
}

div#feedbackSuccess {
	color: #516c50;
	padding:10px;
	border:1px solid #83b781;
	background: #aeceb0;
	margin-top: 15px;
	display: none;
}

div#bookingForm {
	margin-top: 15px;
}

label {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
}

.form-row {
	background:#f6f6f6;
	border-radius: 2px;
	padding-top: 2px;
	padding-bottom: 10px;
}

label.required:after {
	content:" *";
	color:red;
}