andrecolbert
Normally I respond to comments in a timely manner, so very sorry to have let this one slip by! You can pretty easily stylize the form by filling in the "CSS Class" field in the module configuration. When then happens is that the form will be rendered in this format: label ... more rows ...
Accordingly, you can create a style along these lines:
.your_class {
// basic styling info
}
.your_class th {
// styles for labels
}
.your_class input {
// styles for input fields
}
Please see the following page for installation steps:
http://www.hybing.com/index.php?option=com_fireboard&Itemid=138&func=view&id=22&catid=10



