$(document).ready(function(){
	if ($("#customer_svc_form_form").length) {
  		$("#customer_svc_form_form").validate();
	}
});
