i found this code:
/* Menu and search */
#nav {
clear: both;
height: 32px;
}
#header #searchform {
float: right;
margin-left: 0;
}
#searchform {
margin-left: 10px;
width: 228px;
padding-top: 7px;
height: 28px;
background: #ccc;
background: url(images/bgsearch.jpg) left 3px no-repeat;
}
*:first-child+html #searchform { /* Filter for IE7 */
padding: 5px 0;
}
* html #searchform { /* Filter for IE6 */
padding: 5px 0;
}
#searchbox {
margin-left: 8px;
margin-bottom: 3px;
width: 145px;
background: none;
border: none;
}
#searchbutton {
width: 50px;
background: none;
border: none;
}
#searchbutton:hover {
cursor: pointer;
}