I have the same issue. Using this on a new site. I use the form wizard and got:
http://www.portsmouthpeople.com/submitThe text boxes are blank, the tables seem messed up, the captcha isn't showing and the submit button isn't showing. Hmmmm.....
I'll keep working at it. Looks like it isn't reading the cf classes, I see the css file, don't know why it would conflict.
edit: Okay, i was previously looking at the form in Mozilla. No form fields show in mozilla firefox. But I just looked in ie and I can see the fields. Looking ath the form code I see:
<!--[if gte IE 6]><link href="http://www.portsmouthpeople.com/components/com_chronocontact/css/style1-ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if gte IE 7]><link href="http://www.portsmouthpeople.com/components/com_chronocontact/css/style1-ie7.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if !IE]> <--><link href="http://www.portsmouthpeople.com/components/com_chronocontact/css/style1.css" rel="stylesheet" type="text/css" /><!--> <![endif]-->
So what if it is mozilla? Does the css not get pulled if another browser is being used?