Resize the registration email and username textfield in drupal 6

Status: 
Open
Question: 

Hi all,i wonder how to resize the default usename and email textfield size in drupal 6 registration form?Thanks a lot...
This is what i found out

Responses

1. Add a line to your

Add a line to your style.css:

check the id of the input field concerned, for instance:

#name-edit{
width: 400px
}