It seems that I can't get my form right across browsers.
http://www.searchandperch.com/sportstrong/spring-league-registration/
There are 2 main issues:
-The submit button is only where it's supposed to be (below the consent checkbox) in Chrome and Safari. Firefox and IE it is to the far right. It's currently set to float: center, because floating left moves the button outside of the form container. I'd like it to be below the consent box in all browsers if possible.
-IE 7 and older put the fields in complete disarray. I want it to look as it does in other browsers, and I've already troubleshooted using the following tutorial: http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict
Any ideas on how to resolve these two issues would be appreciated greatly. Thanks!