I moved my search bar up above my navigation and I've been playing with the css file for way too long. Here is what it looks like. I'm actually thinking of disabling it for good.

Playing with Line-height and height, width seems to bring me closer but doesn't solve the issue.
Code:
.resultsContainer {
z-index: 10000;
text-align: left;
vertical-align: bottom;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: ;
background: white;
width: auto;
border: 1px solid #CCC;
background-color: white;
margin: 0;
margin-top: 17px;
margin-left: 0px;
height: 25px;
line-height: 12px;
}
Bookmarks