jQuery(document).ready(function() {
  jQuery(":text").labelify({ labelledClass: "inline-label" });
});
  

