Can't color radio buttons.. But here's an article that provides links to articles which discuss CSS styling options/methods for form elements:
http://speckyboy.com/2009/07/02/20-r...rms-using-css/

Quote Originally Posted by _stardust_ View Post
I was having trouble with my radio button problems and found a good solution...

All in the flexible .css
HTML Code:
.attribImg input[type="radio"]{
    cursor: pointer; 
    width: 10px;
    height: 10px;
    position: relative;
    top: 70px;
    left: 30px;
    }

.attribImg label {cursor: pointer;}
here's the example

http://www.bowtieit.pcriot.com/index...&products_id=1

My question is, is there anyway to change the color or look of the radio button?