The search box simply applies a white background with 90% transparency. This ensures that it blends well with most colours one might choose for the top bar / main menu.
To customize the search box to any particular colour, try this Additional CSS:
#top_search input,
#top_search .btn-default {
background: #ffffff;
}