Making an submit element the right height in firefox
> Firefox makes submit elements ever so slightly bigger which is really
annoying especially when your trying to line it up with another element
#submitElement::-moz-focus-inner {border:0;}
http://christophzillgens.com/en/articles/equal-height-input-and-button-elements-in-firefox-and-safari
and
http://stackoverflow.com/questions/1679952/input-type-submit-text-vertical-alignment-in-firefox
/ Adam