I'm presently unable to get the font for my radio button attribute label to change.
.wrapperAttribsOptions bit of my stylesheet looks like this:
.wrapperAttribsOptions {
margin: 0.3em 0em;
font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
}
.wrapperAttribsOptions select {font-size: 0.8em;}
.wrapperAttribsOptions label {
font-size: 80%;
font-weight: normal;
font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
}
.wrapperAttribsOptions input {
font-size: 80%;
font-weight: normal;
font-family: lucida sans unicode, verdana, arial, helvetica, sans-serif;
}
And everything looks OK except for the font on the radio button label which appears to still be defaulting to something.
Example here: http://betterlifecompanies.com/shop/...products_id=72
I'm drawing a blank. Any suggestions please?



