
fieldset {
    border-top: 0.1em #000 solid; 
    padding: 1.25em 0 0 0; /* TODO why is this 1.25 not 1.3 */
}

input, select {
    font-size: 0.9em;
}

#hidden-fields {
    display: none;
}

/* TODO cop out to do this with height - size the image instead and the 
 * padding/margins */
#submit-fields {
    height: 4.5em;
}

/* TODO don't need what-fields id nor submit-fields in the HTML now.  bet there
 * are loads more redundant classes in there too. */ 

.question {
    float: left;
    font-weight: bold;
    height: 3em;
    width: 10em;
}


