What is the cleanest way to align properly radio buttons / checkboxes with text? The only reliable solution which I have been using so far is table based:
&l
input[type="radio"], input[type="checkbox"] { vertical-align: middle; margin-top: -1; }