$(function() {
	$('#SafetyVideoRequestForm').submit(function() {
		return $(this).validate()
	});
});
