The fonts for the options can be changed using the ob_cbOption
and ob_cbOptionOver classes. The font used for the textbox,
can be modified using the ob_cbTextbox css class.
Example: /* for the textbox*/
.ob_cbTextbox {
font: 9pt Verdana;;
font-weight: bold;
color: blue;
/* for the options*/
.ob_cbOption {
font: 9pt Verdana;
font-weight: bold;
color: green;
|