Here are some basic and easy things you can add to the style tag in your form, all these tags can be added to all widgets that have a style tag, try them out and see what they do.
table: border: 1 px solid red; This draws a thin red line around the cell or table. Off course other colors can be used as well
Input / textarea / dropdown:
All above:
(Remember to close all css tags with a ; if you don't you will get a real strange layout)