label { display:block; }

form.justified label:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form.justified label, form.justified fieldset { clear:both; }
form.justified label span{ float:left; }
form.justified textarea,form.justified input { float:right;clear:right; display:block;}
