#message-view pre {
    border: 0;
    background: #fff;
    word-break: normal;
}
#message-view .send-form {
    margin: 10px 20px;
    width: 598px;
}
#message-view .send-form .div-1 {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 10px 8px 9px;
    border-radius: 4px 4px 0 0;
}
#message-view .send-form p {
    margin: 0;
}
#message-view .send-form textarea{
    height: 130px;
    width: 100%;
    border-radius: 0;
    border-width: 1px;
    box-shadow: none;
    border-color: #ccc;
    border-top: none;
}
#message-view .send-form .div-2{
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 10px 0 9px;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    margin-bottom: 10px;
}

#message-view table.message-table tr,
#message-view table.message-table tr.unread {
    height: 55px;
    font-weight: normal;
}
#message-view table.message-table tr.read-1 {
    border-bottom-width: 0;
    height: 41px;
    background: #fff;
}

#message-view table.message-table tr.read-2 {
    border-top-width: 0;
    background: #fff;
    cursor: auto;
}
#message-view table.message-table tr.read-3 {
    border-width: 0;
    background: #fff;
    cursor: auto;
}
#message-view table.message-table tr td .td-0 {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    cursor: auto;
}

#message-view table.message-table tr td .td-1 {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#message-view table tr td .td-5 {
    width: 480px;
    margin-left: 15px;
}

#message-view table tr td .td-heading {
    font-weight: bold;
    color: #666;
}

#message-view table tr:hover td .td-heading {
    color: #000;
}


#message-view table tr td .td-body-recipient {
    color: #888;
}


#message-view table.message-table tr td .limit-width {
    width: 275px;
}

#message-view table.message-table tr td.top {
    vertical-align: top;
}

#message-view .form-btn-group {
    margin-top: 10px;
}

#message-view .attachment {
    display: inline;
}

#message-view .reply {
    font-size: 13px;
    color: #888;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    word-wrap: normal;
}