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

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

.itemselector {
    float: left;
    margin-left: 25px;
    width: 650px;
    height: 320px;
    margin-top: 10px;
}

.itemselector .legend {
    margin-bottom: 6px;
    height: 18px;
}

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

.itemselector .from .content {
    float: left;
    width: 285px;
    height: 275px;
}

#rolesSelector.itemselector .from .content {
    border: 1px solid #B5B8C8;
    overflow: auto;
    background: #ffffff;
}

.itemselector select {
    width: 285px;
    height: 275px;
}

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

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

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

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

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