Thank you for creating this mod. It's just what I need and it works perfectly.
Would it be possible to add the below Google Search code into the template.
Code:
<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000">
<div class="cse-branding-form">
<form action="http://www.yourdomain.com" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-4437065443706544370654437065" />
<input type="hidden" name="cof" value="FORID:9" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" name="q" size="45" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
</div>
<div class="cse-branding-logo">
<img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />
</div>
<div class="cse-branding-text">
Custom Search
</div>
</div>
I can't get it to line up with the rest of the icons. Any tip?.