Changing this in your css will work:
HTML Code:
LABEL.inputLabel {
    float: left;
    margin: 0.3em;
    width: 20%;
That will affect any input label that uses that css.