Evening all

I have been looking through the site code this evening trying to work out which php script determines how wide all the input fields are on new customer account page, in my case

http://test.italianhampers.co.uk/ind...create_account

Most of these fields have a size="33", but some are larger, such as the address field. I want to set them all the same width.

includes/templates/template_default/templates/tpl_create_account_default.php

is looking like a candidate, but I dont see how it sets the width of these fields, I also cant find it in css either. Can anyone help me pinpoint where I can put a code change in or edit this to make all the input fields the same width (Visually - I dont want to limit the amount of data the value will store)

Thanks

Andy