Do a search for 'styling web forms' or 'CSS select forms' and so forth. This is done in CSS like:
Code:
select {
background-color: #000000;
color: #ffffff;
}
You can also name the style and call it from the /skin1/modules/Product_Options/customer_options.tpl.
- Mike