.ownedselector {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    height: 230px;
}

.ownedselector_single {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 436px;
    height: 230px;
}

.ownedselector_query {
    float: left;
    width: 434px;
}

.ownedselector_query input {
    width: 426px;
    margin-left: 2px;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.ownedselector_query input.noclear {
    width: 426px;
    margin-left: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.ownedselector_query .clear {
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background: url("/platform/commons/icons/delete.gif");
    border: 0;
    cursor: pointer;
}

.ownedselector .nodetree, .ownedselector_single .nodetree {
    float: left;
    width: 220px;
    height: 228px;
    border: 1px solid #B5B8C8;
    background-color: white;
    overflow-x: auto;
    margin-left: 2px;
}

.ownedselector_single .nodetree, .ownedselector_single .items {
    margin-top: 2px;
    margin-bottom: 2px;
}

.ownedselector .items, .ownedselector_single .items {
    float: left;
    margin-left: 8px;
    height: 200px;
}

.ownedselector .buttons, .ownedselector_single .buttons {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 40px;
    width: 40px;
}

.ownedselector .buttons button, .ownedselector_single .buttons button {
    width: 40px;
    margin-bottom: 3px;
}

.ownedselector .to, .ownedselector_single .to {
    float: left;
}

.ownedselector select, .ownedselector_single select {
    width: 200px;
    height: 228px;
}

.owner_remark {
    color: gray;
    font-style: italic;
}