#dialogBody {
    width: 844px;
}

#dialogBody.copy {
    overflow-y: auto;
}

.components {
    clear: both;
    float: left;
    width: 801px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: black solid 1px;
    border-left: black solid 1px;
}

.components .component_line {
    width: 801px;
    clear: both;
    float: left;
    border-bottom: black solid 1px;
}

.components .component_item {
    float: left;
    border-right: black solid 1px;
    line-height: 18px;
}

.components .component_item .label {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 8px;
    height: 24px;
}

.components .component_line .component_item .component {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    float: left;
    width: 280px;
    height: 24px;
    border-left: black solid 1px;
}

.components .component_line .component_item .component_width {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    float: left;
    width: 680px;
    min-height: 24px;
    height: auto !important;
    *height: 24px;
    border-left: black solid 1px;
}

.deadline {
    color: red;
}

.receiver {
    margin-right: 10px;
}

.attachment {
    line-height: 20px;
}

#dialogBody #buttons {
    clear: both;
    padding-top: 12px;
    width: 100%;
}