Just wanted to float the labels and input fields next to each other on the ask page. Kind of very difficult, a lot of TRs do not have class names. What I try to achieve with only CSS seems simple but not possible with the table structure we have with v1.6.3:
Your name: INPUT FIELD
Your email: INPUT FIELD
Or try to give the entire captcha field another color!
Even with using nth-child(x) selector it does not work, because it fails to get the correct TR. The ask form is different for registered users and anonymous users.
My suggestion is to use DIVs instead of multiple tables for the ask form, that would make custom styling much easier.