search bg

by halirgb

HTML

<div class="pie">
    <input type="search">
    <input type="submit" value="">
</div>

CSS

.pie input[type="search"]{
    border:1px solid #000000;
    padding:5px 25px 5px 5px;/*top right bottom left*/
}
.pie input[type="submit"]{
    background:none;
    border:none;
     background-image:url("https://cdn3.iconfinder.com/data/icons/eightyshades/512/11_Search-16.png");
    background-repeat:no-repeat;
    position:relative;
    width:16px;
    height:16px;
    left:-25px;
}