#searchwrapper {
	width:310px; /*follow your image's size*/
	height:30px; /*important*/
	padding:0px;
	margin:0px;
	position:relative; /*important*/
	float: right;
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
	border:1px solid #383838; /*important*/
	background-color:#EFEFEF; /*important*/
	position:absolute; /*important*/
	top:5px;
	left:74px;
	width:190px;
	height:20px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-left: 5px;
	margin-right: 2px;
	margin-top: -1px;
}
 
.searchbox_submit {
	border:0px; /*important*/
	background-color:#900; /*important*/
	position:absolute; /*important*/
	top:3px;
	left:267px;
	width:30px;
	height:22px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 5px;
	margin-left: 8px;
	margin-top: 2px;
}
