#module_search3 {
width:175px; /*follow your image's size*/
height:28px;/*follow your image's size*/
background-image:url('../image/cautasw.jpg');
background-repeat:no-repeat; /*important*/
padding:0px;
margin-left:3px;
position:relative;
padding-bottom: 5px;
}

.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:9px;
width:256px;
height:28px;
}
 
.searchbox_submit {
border:0px none; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
background-image:url('../image/but.jpg');
top:7px;
left:150px;
width:16px;
height:16px;
}