Can someone please help me?

I want to add div's arround the ubercart product options of an attribute and add inline style options to this div.
For now it is a ubercart form, but it can be for any form.

I used form_alter, but then I can't access each element. I used theme_uc_product_add_to_cart($form), but still don't know how to access each element and I used phptemplate_theme_radio() but then it will involve each form.

How can I change radio options for one for and add background color by arround div's like:

where #ccc is from a database so it can't be done in CSS.

I hope I make myself clear.

Thanks