div.element{
    margin: 10px 10px 0 16px;
}
div.form-header{
    font-size:14px;
    background-color:#dddddd;
    font-weight:bold;
    margin-top: 4px;
    padding: 4px 10px;
}
span.element-element{
    
}
span.element-error {
    color: #ff0000;
}
span.element-label{
    display: inline;
    font-weight:bold;
}

span.element-required{
    color: #ff0000;
}

#quickform_table p, #quickform_table div.header, #quickform_table div.element {
    /*width is collapsing in IE 8 without this spec*/
    width: 460px;
}
