Quicksearch background color change

Here you go (add this to the EXTRA template). Change the colors to suit your needs.

Code:
#QuickSearch
{
    background-color: #ff4500 !important;
}
/* ~change quicksearch colors top and bottom~ */
 
 
 
#QuickSearch .formPopup
{
    background-color: #ff4500 !important;
}
/* ~change quicksearch colors left and right~ */
 
 
 
#QuickSearch .formPopup .controlsWrapper
{
    background-color: #ececec !important;
}
/* ~change quicksearch inner form area~ */
 
Top Bottom