Hey this is my problem, i can not align tis input field with these images, they are in a div, i will paste the code below

So what do you suggest should i do, stuck with this problem, need a quick answer plz
<div style="margin-bottom: 5px;">
<input type="text" id="queryInput" value="pizza" style="width: 180px; height:30px;border: 1px solid #d3d6d9;padding: 4px 10px 2px 10px;background-color: white;-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;border-radius: 5px; font-size: 12px; font-family: Droid Sans, Arial, sans-serif;"/>
<a href="javascript:doSearch()"><img src="img/search.png" /></a>
<a href="javascript:toggleStreetView()"><img src="img/street.png" /></a>
<a href="javascript:toggleGoogleView()"><img src="img/google.png" /></a>
</div>
Try this
http://jsfiddle.net/K8rHG/