#dialogBody {
    width: 858px;
    margin-bottom: 0;
}

#main {
    clear: both;
    overflow: hidden;
    width: 858px;
    height: 415px;
}

#search {
    clear: both;
    padding-left: 18px;
}

#search input {
    width: 742px;
}

#dialogBody #components {
    clear: both;
    width: 780px;
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 8px;
}

#dialogBody #components .component_item .label {
    width: 80px;
    padding-right: 10px;
}

#dialogBody #components .component_item .component {
    width: 690px;
}

#dialogBody #components .component_item input {
    width: 656px;
}

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

#users .label {
    padding-top: 3px;
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
}

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

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

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

#dialogBody #buttons {
    padding-top: 10px;
    width: 100%;
}

div.ownedselector {
    width: 750px;
}

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

div.ownedselector select {
    height: 230px;
}

div.ownedselector .buttons {
    padding-top: 60px;
}