Как поиску добавить кнопку с лупой?
<div class="search">
<form action="search-handler.php" method="post">
<input id="o_keywords" type="text" size="40" name="search">
<input name="submit" type="submit">
</form>
</div>
input[type=submit] {
width: 30px;
height: 30px;
background: url("img/лупа.jpg") center center;
}