Radio button problem

can anyone tell me how to change the font and font size and also make the radion button larger without making it’s label larger.
I have tried this just to change the color but it didn’t work
this is a radio button with an instance name email.
I’m going to have one more called phone and I want to change them both to look the I want them.


emailText = new TextFormat();
emailText.color = 0xCCCC00;
email.setTextFormat(emailText);
trace(email);