I need help on styling the Google Custom Search Box (not the results)
Old styles were using the form
tags, where you could easily style the look &
On the CSE page,
Look and feel
Customize
tabThis has options for theming any component of CSE that you wish to style.
Update
If you want more options than those offered in the control panel, you'll have to use the API, an example of using it is at the bottom of the page.
You would particularly be interested in Custom Search Element Control API, where you can specify which HTML tag, the id of the element, which you can then stlye.
Sample Demo :