#dialogBody {
    width: 520px;
    margin-bottom: 20px;
}

#main {
    clear: both;
    overflow: hidden;
    width: 520px;
    height: 320px;
}

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

#dialogBody #components .component_item {
    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: 410px;
}

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

#dialogBody #components .component_item textarea {
    width: 390px;
    height: 100px;
}

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

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