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

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

#search input {
    width: 495px;
}

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

#dialogBody #components .component_item .label {
    padding-top: 3px;
    margin-bottom: 6px;
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
}

#dialogBody #components .component_item .component {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 455px;
}

#dialogBody #components .component_item input {
    width: 425px;
    height: 18px;
}

#dialogBody #components .component_item select {
    width: 425px;
    height: 18px;
}

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

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

.itemselector .legend {
    height: 18px;
}

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

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

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

.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;
}

#dialogBody #buttons {
    clear: both;
    text-align: center;
    margin-top: 12px;
    width: 540px;
}

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