
.FieldControl {
    background: #fff none repeat scroll 0 0;
}
.FieldControl .Header {
   border-left: 4px solid #075ece;
   height: 26px;
   margin: 0;
   padding: 0 10px;
   background: #dce8fe;
}
.FieldControl .Header > span {
    color: #075ece;
    display: inline-block;
    font: bold 9pt/26px Arial;
    text-transform: uppercase;
    white-space: nowrap;
}
.FieldControl .Detail {
    padding: 5px;
}
.FieldControl .Detail .UserItem {
    background: rgba(0, 0, 0, 0) url("images/arr.png") no-repeat scroll left center;
    padding: 2px 0 2px 15px;
}
