HTML:#searchbox {
background:transparent url(http://4.bp.blogspot.com/_66wIGDjagHk/Siu_TbjBfdI/AAAAAAAAAkE/Tts7ZYXYPq4/s1600/searchbox.gif) no-repeat scroll 0 0;
display:block;
float:right;
height:23px;
margin-right:10px !important;
margin-top:4px;
padding:2px;
width:209px;
}
#searchbox .textfield {
background:transparent none repeat scroll 0 0;
border:0 none;
float:left;
margin-right:2px;
padding-left:2px;
width:185px;
}
#searchbox .button {
background:transparent none repeat scroll 0 0;
border:0 none;
cursorointer;
float:left;
height:18px;
margin-top:1px;
width:18px;
}
#searchbox .searchtip {
color:#999999;
}
<div id='searchbox'>
<form action='search/' method='get'>
<div class='content'>
<input class='textfield' name='q' size='24' type='text' value=''/>
<input class='button' type='submit' value=''/>
</div>
</form>
</div></div>