// Post Scripts

$(document).ready(function() {
						   

  $("#cForm").validate();
  $("#orderForm").validate();


});