#dialogBody {
    margin-bottom: 0;
}

#main {
    margin-top: 10px;
    width: 858px;
    height: 325px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#search {
    clear: both;
    width: 750px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#search input {
    width: 742px;
}

#users {
    clear: both;
    width: 840px;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: 8px;
}

#users .selector {
    float: left;
    width: 750px;
}

div.ownedselector .nodetree {
    height: 230px;
    width: 280px;
}

#sortButtons {
    float: left;
    width: 65px;
    height: 130px;
    padding-top: 70px;
    margin-left: 10px;
}

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

#dialogBody #buttons {
    clear: both;
    padding-top: 8px;
    width: 100%;
}

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