
.FieldControl {
    background: none repeat scroll 0 0 #fff0f0;
    padding: 10px 0 10px;
    margin-top: 25px;
}
.FieldControl .Header {
border-bottom: 2px solid var(--color-primary);
    height: 32px;
    margin: 0 0 10px;
    padding: 0 10px;
}
.FieldControl .Header > span {
     color: var(--color-primary);
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 800;
}
.FieldControl .Detail {
    padding: 0 10px 10px;
}
.FieldControl .Detail .UserItem {
    background: url("images/i.gif") no-repeat scroll left center;
    padding: 2px 0 2px 10px;
}
