#dialogBody {
    margin-bottom: 0;
    width: 807px;
    height: 440px;
}

#main {
    padding-top: 10px;
    width: 805px;
    height: 390px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#main .memberselector .membertree {
    width: 228px;
}

#main .memberselector.memberselector_user .membertree {
    width: 268px;
}

#main .memberselector.memberselector_dept .membertree {
    width: 423px;
}

#main .memberselector {
    width: 710px;
}

#main .memberselector .to select {
    width: 225px;
    height: 238px;
}

#main .memberselector.memberselector_user .to select {
    width: 185px;
}

#search {
    clear: both;
    width: 750px;
    padding-left: 8px;
}

#search input {
    width: 700px;
}

#selector {
    clear: both;
    float: left;
    width: 710px;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: 8px;
}

#sortButtons {
    float: left;
    width: 60px;
    padding-top: 80px;
    margin-left: 5px;
}

#custom {
    width: 720px;
    clear: both;
    float: left;
    height: 20px;
    margin-left: 10px;
    padding-top: 10px;
}

#custom span {
    vertical-align: middle;
}

#custom span.red {
    color: red;
}

#custom input {
    width: 300px;
    height: 18px;
}

#custom button {
    vertical-align: bottom;
}

#sortButtons button {
    margin-top: 5px;
    width: 55px
}

#dialogBody #buttons {
    clear: both;
    text-align: center;
    padding-top: 20px;
    width: 803px;
}

#dialogBody #buttons .button {
    margin-left: 3px;
    margin-right: 3px;
}

#default_expand {
    margin-top: 20px;
    padding-left: 14px;
    clear: both;
}

#default_expand span {
    margin-right: 14px;
}

#default_expand input {
    margin-right: 4px;
    vertical-align: top;
}

#selector {
    height: 240px;
}

#seleccted_search {
    padding-top: 10px;
    padding-right: 8px;
    text-align: right;
}

#seleccted_search input {
    width: 220px;
    z-index: 9999;
    position: relative;
}

.memberselector_user + #seleccted_search input {
    width: 180px;
}