I’m having some issues with a button in IE7. In everything else the button appears like this:

However, in IE7 the button appears like this.

I’ve tried to put together a jsfiddle with the code that is affecting the overall form and the fiddle seems okay (even though it is missing the image references) so I don’t understand why IE7 is throwing a fit with this button and making it appear on the right of my content.
JsFiddle Code
This should fix the issue in IE 7
In the stylesheet, icams_specific.css find this section and replace all of it with this:
To move the search button left right, change
margin-left: 257px;to the required value.You will also need to keep the change made to div.links above