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

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

#search input {
    width: 621px;
}

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

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

#dialogBody #components .component_item .component {
    float: left;
    width: 550px;
}

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

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

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

.itemselector .legend {
    height: 18px;
}

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

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

.itemselector select {
    width: 250px;
    height: 255px;
}

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

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

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

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

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

#dialogBody #buttons {
    margin-top: 12px;
    width: 100%;
}