If it seems as if all the form elements in a Apex page are "scrunched" up too close to each other, some more whitespace between them would be more pleasing, what is the best way to do this? A CSS snippet like
table.formlayout tr td {padding-left:5px}
seems to work for simple text fields but for some LOV-based elements, the label goes out of sync with the input element, see http://screencast.com/t/mM0yv8KNjn
[The label alignment attribute is set to *Above* in all cases]
Thoughts? Thanks