#searchwrapper {
width:187px; /*follow your image's size*/
height:28px;/*follow your image's size*/
background-image:url(graficos/searchbox.png);
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:4px;
	left:9px;
	width:150px;
	height:28px;
	color: #FFFFFF;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:155px;
width:21px;
height:21px;
}