CSS interfering with Add Page

Permalink
Hi Guys

It seems my css is interfering with the "name" form field but i don;t have any css that targets form fields. The field appears very large.

Can anyone spot anything in my css that would likely interfere with this specific element?

* {margin: 0px; padding: 0px;}
html {width: 100%; height: 100%;}
body {
  padding: 0;
  margin: 0;
  background: #ffffff url(images/new_bacground.jpg) no-repeat center top;
  width: 100%;
}
#wrapper {
   width: 900px;
   min-height: 400px;
   margin: auto;
   margin: 50px auto 0px auto;
   margin-left: auto;
   overflow: hidden;