.dbmDialog .errorMsg {
    color: red;
}

#dbm_occTree {
    border: 1px solid #D5D5D5;
    height: 300px;
    overflow-y: scroll;
    min-height: 100px;
    max-height: 300px;
}

#dbm_occTree .valueItem input {
    width: 100%;
    border: none;
}

#dbm_occTree .valueItem .dd2-content {
    padding-right: 38px;
}

#dbm_occTree .dbmButtons {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    background-color: #ebedf2;
    border: 1px solid rgb(222, 228, 234);
    width: 36px;
    text-align: center;
    padding: 8px;
}

#dbm_occForm2 {
    margin-top: 10px;
    height: 40px;
}

#dbm_occForm2 label, #dbm_occForm2 button {
    width: 100%;
}
