$(function() {	
	$('label.infield').inFieldLabels();
	$('input.date').datepicker();
	
	$('#reservation-form').validate();
});
