.message {
    width:740px;
    border-bottom: solid 1px #E4E0C9;
    margin: 2px 5px 2px 5px;
}
.message_content {
    text-align:left;
    overflow:hidden;
    height:20px;
}
.message_checkbox {
    float:left;
    width:25px;
    overflow:hidden;
    text-align:left;
}
.message_icon {
    float:left;
    width:25px;
    overflow:hidden;
    text-align:center;
}
.message_subject {
    float:left;
    width:552px;
    overflow:hidden;
    line-height:18px;
}
.message_date {
    float:left;
    width:133px;
    overflow:hidden;
    text-align:right;
    line-height:18px;
}
.message_window {
    float:left;
    width:577px;
    overflow:auto;
    text-align:left;
    z-index:10;
    /* border: solid 1px #E4E0C9; */
}
.message_pane {
    overflow:hidden;
    color:#000000;
    width:577px;
    z-index:8;
}
.message_pane_content {
    background:#F2F0E6;
    color:#000000;
    width:572px;
    z-index:6;
}
.message_text {
    padding:0px;
    margin:0px;
    white-space:pre-wrap;
}
.message_menu {
    float:right;
    width:133px;
    overflow:hidden;
    text-align:left;
}
.message_item {
    padding:2px;
    margin:4px;
    border-bottom: solid 1px #CC6600;
}