Search Button has not default layout as provided by Google. Why is it Okay ? Google has rejected following sample.I collected from some other site.
Nokia999, google offer for designers Google Search not just with AdSense program . I think site about what you talk its not a AdSense partner if you look at source of page you will see a diffrent code for Google search what dont have nothing to do with AdSense .
the code is the same, i doubt google would be so picky about you removing it from the table. also, are you talking about the way the search button is displayed? i assume it's not against the tos to use css on your pages .
My basic confusion is with applying css class on search box. Code for that search box is <form method="get" action="http://www.google.com/custom" target="_top"><a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" alt="Google" align="middle" border="0"></a> <input class="searchbox" name="q" maxlength="255" value="" type="text"> <input name="sa" value="Search" class="searchbox" type="submit"> <input name="client" value="pub-7261708120713424" type="hidden"> <input name="forid" value="1" type="hidden"> <input name="ie" value="UTF-8" type="hidden"> <input name="oe" value="UTF-8" type="hidden"> <input name="cof" value="GALT:#0033FF;GL:1;DIV:#88A2DD;VLC:FF3300;AH:center;BGC:FFFFFF;LBGC:88A2DD;ALC:0033FF;LC:0033FF;T:333333;GFNT:0033FF;GIMP:0033FF;LH:50;LW:700;L:http://www.onlineshop.com.au/images/topbg.gif;S:http://www.onlineshop.com.au;FORID:1;" type="hidden"> <input name="hl" value="en" type="hidden"> </form> Code (markup): Clearly applying css class "searchbox" <input class="searchbox" name="q" maxlength="255" value="" type="text">