iOS devices add a lot of annoying styles on form inputs, particularly on input[type=submit]. Shown below are the same simple search form on a desktop browser, and on an iPad
You can get rid of some more webkits form, input, etc. styling with this:
input, textarea, select { -webkit-appearance: none; }