There seems to be some server side browser sniffing going on... I get a different source when I telnet to fetch your page (no useragent header).
This is what firefox sees:
name="ctl00$imgInternetSearch"
id="ctl00_imgInternetSearch"
src="images/webspiderbuttonInternet.gif"
style="border-width:0px;" />
... and this is what I see with telnet, apparently the same as the validator sees:
name="ctl00$imgInternetSearch"
id="ctl00_imgInternetSearch"
src="images/webspiderbuttonInternet.gif"
border="0" />