I just noticed this strange rendering of a very simple form.
Here\'s my markup/CSS: http://jsfiddle.net/a9PLM/
As you can see, text fields and the button sha
I think this is a browser rendering issue... with buttons being displayed differently than text inputs.
To fix, add this to your css
form input[type="submit"]{ width:273px; }
Example: http://jsfiddle.net/jasongennaro/a9PLM/1/