fieldset {
    width: 40em;
}

label {
    float: left;
    width: 6em;
    clear: left;
}

input {
    float: left;
}

input[type=submit] {
    clear: left;
}

span {
    float: left;
    color: red;
}