I'm fairly comfortable styling pages and pages elements using CSS once I find what I need to target. That goes for site wide and page/module specific.
I'm having a problem reaching the page / form and form elements on the page and form that comes up when you want to email another user from their profile.
The format on the site is along the lines of
/my-profile/emailuser.html?uid=65 with obviously the number varying with user.
Using firebug the form seems to have an ID of "adminForm" although I'd really like to style the entire body including the content heading (which I would do if I could just target this page).
As everyone will have this link option I wonder how they've gone on to style the page and what they've used as the target (as I only want styling to affect this page)
TVM