Safari and Chrome will be about +5px from what it looks like in FF. IE7 will be around -25px from what it looks like in FF. It's probably just the way different browsers render the text box. There may not be any css solution, but if you wanted to you could make conditional statements so the width would change based on the browser the user was using and then you would just have to match everything up.
|