Here is a little sniblet of code for a Google Search Box  :coolsmiley:
<FORM method=GET action="http://www.google.com/custom" target="_default">
<IMG SRC="http://www.google.com/logos/Logo_25blk.gif" border="0" ALT="Google">
<input type="text" name="q" value="" style="width:90%;">
<input type="submit" name="sa" value=" Search" style="width:8ex; margin:4px;">
</FORM>
If you want a white background change this bit of code
Logo_25blk.gif - Black background
Logo_25wht.gif - White background
(p.s.) I found that if you put it all on 1 line it takes out the extra empty lines, it just looks better for this message to post the code like this.