/*****************************************************************
 *** Themes for workflow form rendering
 *** !! Note : when making changes to this, watch out for the overridden values for Internet
 *** explorer in wf_form_ie.css !
 *****************************************************************/
/* error div*/
.wf-div-errors {
    display: block;
    margin-top: 2px;
    max-height: 200px;
}

/* start of action buttons div at the bottom of the form */
.wf-div-actions-bottom {
    clear: left;
    display: inline;
    margin: 0px;
}

/* outer div for a field label */
.wf-div-field-label-outer {
    float: left; 
    width: 180px;
}

/* inner div for a field label */
.wf-div-field-label-inner {
    float: left;
}

/* div for a field data (inputs, select boxes, etc) */
.wf-div-field-data {
    float: left;
    width: 300px; 
    padding-bottom: 2px; 
    padding-right: 7px;
}

/* trace div*/
.wf-div-service {
    display: block;
    margin-top: 0px;
    max-height: 200px;
    text-align: center;
    border: black;
}

/* first div rigth after the form element */
.wf-div-first-line {
    display: block;
    margin-top: 2px;
}

/* line break div */
.wf-div-line-break {
    clear: left;
    display: block;
    margin-top: 0px;
    padding: 0px;
}
