En este caso el css es el siguiente:
Código:
#search_head input.search {
background: url("search_left.png") no-repeat scroll 0 0 transparent;
border: 0 none;
float: left;
height: 22px;
padding: 0 5px;
width: 260px;
}
#s:focus{
box-shadow:0 0 1em #FFFFFF;
}
Y el html:
Código:
<input id="s" class="search" type="text" name="query" autocomplete="off">
Espero que te sirva.