Hi
You can make it with css code. For search field:
input#mod_search_searchword {
background:transparent url(LINK_TO_IMAGE) no-repeat 0px 0px;
}
div.search input.button {
background:transparent url(LINK_TO_IMAGE) no-repeat 0px 0px;
}
But probably You will have to remove the style You have right now because it can cover the background.