$(function() {
    $( ".ErsodocsButton input:submit" ).button();
    //$( "input:submit" ).click(function() { return false; });
});

