
.FieldControl {
    background: none repeat scroll 0 0 #eff7f8;
    border: 1px solid #e0e0e0;
}
.FieldControl .Header {
    border-bottom: 2px solid #A9A9A9;
    height: 32px;
    margin: 0 0 10px;
    padding: 0 10px;
}
.FieldControl .Header > span {
    border-bottom: 6px solid #0072BC;
    color: #0072BC;
    display: inline-block;
    font: bold 10pt/30px Arial;
    text-transform: uppercase;
    white-space: nowrap;
}
.FieldControl .Detail {
    padding: 0 10px 10px;
}
.FieldControl .Detail .UserItem {
    background: url("images/i.gif") no-repeat scroll left center;
    padding: 2px 0 2px 10px;
}
