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

.clear {
    clear: both;
}

#items {
    margin-top: 10px;
    margin-bottom: 10px;
}

#items .row {
    clear: both;
    margin-top: 5px;
    float: left;
}

#items .item {
    float: left;
    margin-top: 5px;
    width: 320px;
}

#items .item .label {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    line-height: 20px;
}

#items .item .component {
    float: left;
}

#items .item .component select {
    width: 200px;
}

#items .item .component input {
    width: 200px;
    height: 18px;
}

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

.itemselector {
    margin-left: 90px;
    width: 500px;
    height: 200px;
}

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

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

.itemselector .from .content {
    float: left;
    width: 210px;
    height: 155px;
}

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

.itemselector select {
    width: 210px;
    height: 155px;
}

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

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

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