Please view the following URL in IE8 and then in any other browser.
It looks fine in every browser except for IE8. The culprit is the extra space being included after the </form> tag.
Does anyone know how to remove this space from IE8? I have tried all the usual tricks of adding margin:0 and padding:0 and even display:inline to the form tag, and nothing seems to work.
Any help would be greatly appreciated.