Back up your theme and then try this.(not sure if it will work)
create a div above your search for and give it a height of 1px
It should look like this:
in you header.php file
<div id=”searchfix”>
</div>
Search form stuff
then in your CSS file
#searchfix{
hieght:1px;
}
hope this helps