also:
To change the font colour HTML, ATTACHMENTS, SUBSCRIPTIONS etc at the bottom
Find:
HTML Code:
.formcontrols fieldset.blockrow legend {
margin:0;
font-size:{vb:math {vb:stylevar mid_fontSize}+1};
font-weight:bold;
padding-bottom:10px\9; /*IE Hack*/
}
and replace with:
HTML Code:
.formcontrols fieldset.blockrow legend {
color:{vb:stylevar shade_color};
margin:0;
font-size:{vb:math {vb:stylevar mid_fontSize}+1};
font-weight:bold;
padding-bottom:10px\9; /*IE Hack*/
}