/* TODO this whole page and it's approach to css is a crock make it better */

#feedback-form {
    padding: 0.6em;
    width: 29.2em;
}

#feedback-form fieldset {
    border: 0; /* TODO why are these two necessary here - should be set by */
    padding: 0 ;/* nullification at the top level. */
    margin-bottom: 1.5em;
}

#feedback-form label, #feedback-form textarea {
    display: block; /* TODO should be able to do this at the top level. */
    /* but it messes up query form. */
}

/* TODO the vertical grid is all messed up on this and all pages.  Either
 * fix it up or abandon it totally. */
#feedback-form #email, #feedback-form #msg {
    margin-bottom: 1.5em; /* TODO on the elements here but on fieldset not submit*/
    width: 100%;
}

textarea {
    font-size: inherit;
    height: 9em; 
    margin-bottom: 1.5em;
    width: 38.8em; 
}



