/* View message styles */
    div.webmailtextplain,
    iframe.webmailtexthtml {
    width: 100%;
    border: 1px solid #BCBCBC;
    height: 700px;
    overflow: auto;
    }
    div.webmailtextplain {
    font-family: monospace;
    }

    span.address_known_pub {
    border-bottom: 1px dotted blue;
    }

    span.address_invalid {
    border-bottom: 1px dotted red;
    }

/* Compose message styles */
    fieldset#s_header {
    }

    fieldset#s_address {
    float: right;
    width: 250px;
    }

    fieldset#s_message {
    clear: both;
    }

/* Message list style */
    table.c_messageitemlist tbody tr.msg_unread td {
    font-weight: bold;
    }

    table.c_messageitemlist tbody input {
    margin: 0px;
    margin-right: 5px;
    margin-top: 2px;
    padding: 0px;
    }

    div#webmailstatusbar {
    width: 100%;
    }

    div#webmailstatusbar span {
    padding: 0px 5px 0px 5px;
    }