I have strange problem with multipage form - the problem occurs only on first page of the form: http://www.cledu.ca/disc-jockey-coverage/#_form_1
If you debug the gform_page_footer element you'll see that it is overlying the whole form and therefore the bottom line is at top and the "next" button is moved up. Please tell me what more info do you need in order to solve this issue.
add overflow:hidden to .gform_wrapper ul.gform_fields and it will fix the issue - Screenshot