Google Chrome has a built-in stylesheet with default margins, paddings, etc.
Is there a posibility to get this \"user agent stylesheet\" to see what
Take a look here:
http://trac.webkit.org/browser/trunk/Source/WebCore/css/html.css
For some other browsers: Browsers' default CSS for HTML elements
I was also having a problem with this and had an with a which wasn't working, the problem was that I forgot last dash in input:
<input>
// replace this for
<input />
// this