#searchwrapper {
	width:265px; /*follow your image's size*/
	height:45px;
	margin:0px;
	position:relative;
	padding: 0px;
}
#searchwrapper form { display:inline ; }
.searchbox {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:4px;
	left:9px;
	width:226px;
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 22px;
}
.searchbox_submit {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:4px;
	left:230px;
	width:32px;
	height:28px;
}
