I've just finished a rather long Clasicmode form and it looks great in the backend preview, but looks different in the frontend. The font size in the backend is 11px and it is 12px in the frontend. Also, the input boxes are larger in the front end.
I'm tried to correct this in the frontend by changing the template.css file. I've used bfClearfix as the class for the font change and just input, select {border: 1px solid silver; font size: 10 px;} for the input box.
Neither of these worked. Is there a way to set a div class so I can control from the template.css file?