Hi,

The entire block of choices to choose from is inside a div with the id of productAttributes, so you could add this to your style sheet...
Code:
#productAttributes {
border: 1px solid #972F93
}
That would make a purple box around everything.

As to adding numbers, since the choices are not in a list, it won't happen automagically. You'll have to find in the code where the attributes are being generated and get it to insert the number there. I'm a newb when it comes to php, so others will have to advise on that one.

Try the box first. You may find the numbers aren't needed.

I like the way the choices are all lined up now. That helps a lot.

Rob