.FieldControl {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px;
        border-bottom: 1px solid #EEE;
        padding: 5px 10px;
        margin-bottom: 36px;
}
.FieldControl .Header {
        border-left: 4px solid #246ac5;
        height: 40px;
        margin: 0;
        padding: 0 10px;
        line-height: 40px;
        background-color: #e6f1ff;
}
.FieldControl .Header span {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 28px;
        font-weight: 700;
        font-family: 'Brygada 1918', serif !important;
}
.FieldControl .Detail {
        padding: 5px;
}
.FieldControl .Detail .UserItem {
        background: rgba(0, 0, 0, 0) url("images/arr_b.png") no-repeat scroll left center;
        padding: 2px 0 2px 15px;
}
.FieldControl .Detail .UserItem > a:hover {
        color: #ef59a1;
}
