Quote Originally Posted by strelitzia View Post
Try line 138 of admin/includes/stylesheet.css
textarea {
width: 80%;
}

If you inspect the element of the products name entry box you see:
<input type="text" name="...
Um, a selector named "textarea" doesn't refer to "INPUT" fields like: <input type="text"...>