$(function(){

  // Temporary hack for adding class to last fieldset.

  $(".emForm > .em-group > fieldset:last").addClass("em-last");

})