I noticed that if I style my buttons with CSS using radius, colors and borders, they look good but in the iphone/ipad/ipod they look terrible...shouldn\'t be the same render
Add this code into the css file:
input { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
This will help.