#dialogBody {
    margin-bottom: 20px;
    overflow: hidden;
}

#depts {
    float: left;
    width: 755px;
    height: 300px;
}

.itemselector {
    float: left;
    padding-left: 30px;
    margin-right: 5px;
    padding-top: 10px;
    width: 650px;
}

.itemselector .legend {
    height: 18px;
}

.itemselector .from {
    float: left;
    width: 352px;
}

.itemselector .from .content {
    width: 350px;
    height: 252px;
    border: 1px solid #B5B8C8;
    background-color: white;
    overflow-x: auto;
}

.itemselector select {
    width: 200px;
    height: 252px;
}

.itemselector .to {
    float: left;
    width: 210px;
}

.itemselector .buttons {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 90px;
    width: 40px;
}

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

#sortButtons {
    float: left;
    width: 65px;
    height: 190px;
    padding-top: 110px;
    margin-left: 0;
}

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

#dialogBody #buttons {
    clear: both;
    margin-top: 12px;
    width: 750px;
}

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

#dialogBody #search {
    padding-left: 30px;
    padding-top: 10px;
}

#dialogBody #search>input {
    width: 347px;
}