#searchwrapper {
width:491px; /*follow your image's size*/
height:40px;/*follow your image's size*/
background-image:url(/navimages/searchboxbackground.gif);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:#transparent; /*important*/
position:absolute; /*important*/
top:12px;
left:9px;
width:365px;
height:20px;
font-size: 1.0em;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:390px;
width:100px;
height:35px;
}
