all you have to do is specify that the drop down lists use the class defined in the style sheets. create your style sheet style as such:
select.formfields
{
...

then add the following attribute to your select:
class="formfields"

now as long as the drop down list supports the style sheet changes you specified, it should work.