.memberselector {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 660px;
    height: 240px;
}

.memberselector .membertree {
    float: left;
    width: 218px;
    height: 238px;
    border: 1px solid #B5B8C8;
    background-color: white;
    overflow-x: auto;
}

.memberselector.memberselector_dept .membertree {
    width: 413px;
}

.memberselector .members {
    float: left;
    margin-left: 8px;
    height: 240px;
}

.memberselector.memberselector_dept .members {
    display: none;
}

.memberselector .buttons {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 65px;
    width: 40px;
}

.memberselector .buttons button {
    width: 40px;
    margin-bottom: 3px;
}

.memberselector .to {
    float: left;
}

.memberselector .members select {
    width: 185px;
    height: 238px;
}

.memberselector .to select {
    width: 185px;
    height: 238px;
}

.memberselector_custom{
    color: red;
}
.member_remark {
    color: gray;
    font-style: italic;
}