This site uses the {search} tag and when it is rendered it has this in the source so I used the IDs to point the CSS to it for styling...
It is using an older ver. of search so the go button iis hard coded in the search php but the rest will still work for you...
Page...
http://www.multiintech.com/cmsms2/index.php/home.html
Source...
Search:
CSS... * html body is for IE6...
#cntnt01moduleform-1 {
background: url(uploads/images/golf/sbg.jpg) repeat-x;
padding: 0px 5px 0px;
margin: -12px 5px 0px
}
* html body #cntnt01moduleform-1 {
background: url(uploads/images/golf/sbg.jpg) repeat-x;
padding: 0px 5px 0px;
margin: 0px 5px 0px
}
#search {
float: left;
height: 34px;
margin: 5px 5px 5px;
padding: 0px;
background: url(uploads/images/golf/sright.jpg) no-repeat;
background-position: top right
}
#search input {
margin-top: -2px
}
* html body #search input {
margin-top: -4px
}
#searchleft {
float: left;
width: 7px;
height: 33px;
padding: 0px;
margin:;
background: url(uploads/images/golf/sleft.jpg);
}