div.verzaUIFormFieldSchema_Sections {
    color: #333333;
    font: normal normal normal 12px/14px Verdana, serif;
}
div.verzaUIFormFieldSchema_Sections > div {
    margin-top: 5px;
}
div.verzaUIFormFieldSchema_Sections > div > ul.errors {
    min-height: 13px;
    margin: 15px 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_Sections > div > ul.errors > li {
    padding: 0;
}
div.verzaUIFormFieldSchema_Sections > div.first-visible {
    margin-top: 0;
}
div.verzaUIFormFieldSchema_Sections > div.first-visible > ul.errors {
    margin-top: 0;
}
div.verzaUIFormFieldSchema_Sections > div > div.label-and-help {
    padding: 5px;
    border-radius: 4px;
    background-color: #BBBBBB;
}
div.verzaUIFormFieldSchema_Sections > div > div.label-and-help > div.label {
    font-weight: bold;
    text-transform: uppercase;
}
div.verzaUIFormFieldSchema_Sections > div > div.label-and-help > div.label > img.hint {
    position: relative;
    top: -1px;
    margin-bottom: -1px;
}
div.verzaUIFormFieldSchema_Sections > div > div.label-and-help > div.label > span.required {
    color: #FF0000;
}
div.verzaUIFormFieldSchema_Sections > div > div.label-and-help > div.help {
    color: #555555;
    font-size: 11px;
    line-height: 13px;
}
div.verzaUIFormFieldSchema_Sections > div > div.content {
    margin: 2px 0 0 5px;
    padding: 3px 0 0 5px;
    border-left: 1px dotted #AAAAAA;
}
div.verzaUIFormFieldSchema_Sections > div.has-errors > div.label-and-help > div.label > span.label {
    color: hsl(37, 100%, 40%);
}
div.verzaUIFormFieldSchema_Sections > div.has-errors > div.content {
    border-left: 1px dotted hsl(37, 100%, 65%);
}
div.verzaUIFormFieldSchema_Sections.level-2 > div > div.label-and-help {
    padding: 4px 5px;
    background-color: #DDDDDD;
}
div.verzaUIFormFieldSchema_Sections.level-2 > div > div.label-and-help > div.label {
    font-weight: normal;
    text-transform: none;
}
div.verzaUIFormFieldSchema_Sections.level-2 > div > div.label-and-help > div.help {
    color: #777777;
}
div.verzaUIFormFieldSchema_Sections.level-2 > div > div.content {
    margin-left: 15px;
}
div.verzaUIFormFieldSchema_Sections > div.hidden {
    display: none;
}
