у меня вот что получается form {float: right;} .search { width: 142px; border: none ; height: 33px; } input[type=search] { border: none; outline: none; -webkit-appearance: none; width: 112px; vertical-align: middle; } input[type=submit] { width: 20px; height: 20px; border: none; background: url(images/knopka_poiska.jpg) no-repeat 50% 50%; / float:left; } <form> <div class="search"> <input type="search" name="q"> <input type="submit" value=""> </div> </form> как я понимаю кнопку нужно как-то внутрь инпута поставить,а у меня получается сбоку. Может я совсем не правильно делаю?