Yes. Widget should definetely take a class parameter. At this point you will have to make your own widgets inherited from Widget to get them to behave accordingly.
In the mean time.... the name is unique and it is passed into the ID
param of each field.
so in css you can set input#first_name { background.color: red; }
or something like that.
Good luck,
Rick

