div.verzaUIFormFieldSchema_Section {
    color: #333333;
    font: normal normal normal 12px/14px Verdana, serif;
}
div.verzaUIFormFieldSchema_Section > table {
    width: 100%;
    margin-top: 5px;
}
div.verzaUIFormFieldSchema_Section > table.has-errors > tbody > tr.label-and-content > th > span > span.label {
    color: hsl(37, 100%, 40%);
}
div.verzaUIFormFieldSchema_Section > table.first-visible {
    margin-top: 0;
}
div.verzaUIFormFieldSchema_Section > table > tbody > tr > th {
    padding: 0 10px 0 0;
    font-weight: normal;
    text-align: left;
}
div.verzaUIFormFieldSchema_Section > table > tbody > tr > td {
    min-width: 180px;
    padding: 0;
}
div.verzaUIFormFieldSchema_Section > table > tbody > tr.errors > td > ul {
    min-height: 13px;
    margin: 10px 0 5px 0;
    padding: 7px 20px 5px 30px;
    border: 1px solid hsl(37, 100%, 65%);
    border-radius: 4px;
    background-color: hsl(37, 100%, 96.25%);
    background-image: url("images/verzaUIFormFieldSchema-errors.png");
    background-position: 6px 5px;
    background-repeat: no-repeat;
    color: hsl(37, 100%, 40%);
    font: normal normal normal 11px/13px Verdana, serif;
    list-style-type: none;
}
div.verzaUIFormFieldSchema_Section > table > tbody > tr.errors > td > ul > li {
    padding: 0;
}
div.verzaUIFormFieldSchema_Section > table > tbody > tr.label-and-content > th {
    background-image: url("images/verzaUIFormFieldSchema_Section-background.png");
    background-position: left bottom;
    background-repeat: repeat-x;
}
div.verzaUIFormFieldSchema_Section > table > tbody > tr.label-and-content > th > span > img.hint {
    position: relative;
    top: -1px;
    margin-bottom: -1px;
}
div.verzaUIFormFieldSchema_Section > table > tbody > tr.label-and-content > th > span > span.required {
    color: #FF0000;
    font-weight: bold;
}
div.verzaUIFormFieldSchema_Section > table > tbody > tr.help > td {
    padding-top: 2px;
    padding-bottom: 3px;
    color: #888888;
    font-size: 11px;
    line-height: 13px;
}
div.verzaUIFormFieldSchema_Section > table.first-visible > tbody > tr.errors > td > ul {
    margin-top: 0;
}
div.verzaUIFormFieldSchema_Section > table.hidden {
    display: none;
}
