
.FieldControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
}
.FieldControl .Header {
  //  border-bottom: 2px solid #0410d8;
  background:#2f4924;
    height: 32px;
    margin: 0 0 10px;
    padding: 0 10px;
}
.FieldControl .Header > span {
  //  border-bottom: 6px solid #2d6701;
    color: #ffffff;
    display: inline-block;
    font: bold 11pt/30px Tahoma;
    text-transform: uppercase;
    white-space: nowrap;
}
.FieldControl .Detail {
    padding: 0 10px 10px;
}
.FieldControl .Detail .UserItem {
    background: rgba(0, 0, 0, 0) url("Images/arr.png") no-repeat scroll left center;
    padding: 2px 0 2px 20px;
}
