Form button not following CSS when viewed in IE

The form I am using on this page looks correct in all browsers except for IE. The IE browser pushes the button “GO” up too far.

I am looking for any help towards making the correct call in CSS for the form button to display properly in IE.

If any additional info is needed for help, please let me know.

Thanks.

I’m not sure which versions of IE you are trying to optimize for but you won’t have much backwards compatability with <button> opt for <input type=“image” instead

As far back as 6, I believe. Thanks! I’ll go check it out and get back to you.!

Sorry for the delay here.

The code worked just fine. I appreciate your time.

Thank you!