I'm having trouble with the product search bar on the site (http://www.coastalpet.com/remington/index.php) I'm working on. It displays correctly in Safari, IE 6 &7, and Firefox (PC version 2.0.0.7), but the Firefox mac version 2.0.0.7 isn't displaying the search button (binoculars) correctly. It looks like it isn't applying the style to it because its over to the right too far.
The problem is that the width of the #searchBox is not fixed and is affected by the size of the text within it. As a result it pushes the binocular image out of alignment when the text gets too large. A simple fix is to just give the #searchBox a width of around 150px.