#compose .send-form {
    background: #fff;
    margin-bottom: -15px
}

#compose .attachment {
    display: inline;
}

#compose #subject {
    width: 597px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-style: solid;
    margin: 0;
    border-width: 1px 0 0;
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
}

#compose #content {
    width: 597px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

#compose .div-1 {
    padding: 0 12px;
}

#compose .modal-footer {
    padding: 0 12px;
    height: auto;
}

#compose .attachment-description-text {
    margin-right: 280px;
}

#compose .send-to {
    display: inline-block;
    width: 35px;
    color: #888;
}