I have the css below:
span label[for=Length] { width: 90px; display: block; text-align:right; margin-top: 2px; margin-right: 5px; }
with the
Add a element with a for="Length" attribute.
for="Length"
(And make sure you have a Doctype that triggers Standards Mode)