Hello,
Following your email with the website: http://www.wsi-staging.com/mosfell/
I analysed the code using the web developers toolbar for firefox as I suggested.
There is not a specific css class for styling the labels of this module, it looks as though the module developer has not set this up. But, you can use the ids that DNN creates for the labels. - Using the web developer toolbar, I found the following ids are created on the page above, so you can use this CSS:
#dnn_ctr713__OptInSimple_lblFirstName_label, #dnn_ctr713__OptInSimple_lblLastName_label, #dnn_ctr713__OptInSimple_lblEmail_lblLabel, #dnn_ctr713__OptInSimple_lnkSubscribe
{
font-family: Verdana, Geneva, Arial, helvetica, sans-serif, Tahoma;
font-size:0.75em;
}
Of course, the dnn ctr ids will change for another instance of the module on a different page, so you will need to view the ids using the web developers toolbar if you place the module on another page.
I recommend that you view this tutorial which will be released in issue 16 which outlines how to work with the web developers toolbar:
Thanks,
http://www.dnncreative.com/Tutorial...fault.aspx