#dialogBody {
    margin-bottom: 10px;
}

#main {
    width: 720px;
}

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

#dialogBody #components .component_line {
    clear: both;
}

#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: 270px;
}

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

#dialogBody #components .component_item .component span {
    float: left;
    padding-top: 3px;
    height: 22px;
}

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

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

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

#dialogBody #buttons {
    clear: both;
    text-align: center;
    padding-top: 8px;
    width: 728px;
}

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

#auths {
    float: left;
    clear: both;
    width: 660px;
    height: 290px;
    margin-left: 40px;
    margin-right: 40px;
    overflow: hidden;
}

div.search {
    clear: both;
    width: 650px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 80px;
}

div.search input {
    width: 500px;
}

#auths #roles {
    padding-top: 5px;
    clear: both;
    height: 250px;
}

#auths #stations {
    padding-top: 5px;
    clear: both;
    height: 250px;
}

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

.itemselector .legend {
    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;
}

#sortButtons {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 80px;
    width: 55px;
}

#sortButtons button {
    width: 55px;
    margin-bottom: 3px;
}
