#dialogBody {
    margin-bottom: 50px;
}

#main {
    width: 510px;
    /*overflow-y: hidden;*/
    overflow-x: hidden;
}

#dialogBody #components {
    clear: both;
    width: 508px;
    max-height: 500px;
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 8px;
}

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

#dialogBody #components .component_item .label {
    float: left;
    width: 110px;
    text-align: right;
}

#dialogBody #components .component_item .component {
    width: 370px;
}

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

#dialogBody #components .component_item textarea {
    width: 310px;
    height: 80px;
}

#dialogBody #components .component_item select {
    width: 120px;
}

#dialogBody #buttons {
    padding-top: 10px;
    clear: both;
    width: 498px;
}