My text area has extra padding under it but I cant seem to find the source of it. I have put the individual code on this page:
I cant seem to find the source of it. It has class "field":
.field { background-color: white; width: 430px; padding: 10px; font-family:arial, sans-serif; border: 1px solid #CCC; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
Any input (pun) would be appreciated :)