Create a panel and store default Search within that panel
Set Visible
attribute to False so that the default search is hidden
Add new Search
Locate Core.css using in the Hive or use SharePoint Designer
Controls the light blue border around the search box
td.ms-sbcell{
padding:0px;
padding-left:2px;
white-space:nowrap;
border:solid 0px #7f9db9;
}
Controls the Textbox size and text format within the search box
.ms-sbplain{
font-family:Tahoma;
font-size:11pt;
border:none;
}
Controls the Border and Color around the Image
td.ms-sbgo{
background-color:#e9f2fd;
padding-left:3px;
padding-right:3px;
padding-bottom:1px;
padding-top:1px;
}
Controls the text to be displayed, Added Color Attribute
.ms-sbtext{
font-family:Tahoma;
font-size:1em;
font-weight:bold;
color:#F3E1BB
}