Hi,

I'm trying to re-style the login page to make it more compact. At the moment people have to scroll to complete the form and it makes it feel long-winded.

So I've been trying to get the fields to look like this:

First Name: *******************
Second Name: ****************

with the boxes for the answers aligned on the left, rather than the default:

First Name:
*******************
Second Name:
*******************

I've been playing around with various settings of the following css, but with no luck.

Code:
LABEL.inputLabel {
width:85%;
float:left;
margin:0.3em;
}
Thanks in advance for your thoughts on how I can do this.

Possum.