The problem is in your search box. In your HTML you have:
...
<div style='float:right; padding: 9px 45px 4px 10px;'>
...
Change this float to "left" and you will see that the problem goes to the left side, where the breadcrumb trail is located. So you should find a solution for that.