#page_top {
    padding-bottom: 10px;
}

#mainBody {
    border-radius: 2px;
    background: #f6f6f6;
}

#mail {
    height: auto;
}

#mail #header {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

#mail #title {
    padding-top: 24px;
    height: 45px;
    font-size: 16px;
}

#mail .item {
    line-height: 28px;
    margin-bottom: 0;
}

#mail .item .label {
    height: 28px;
    font-weight: bold;
}

#mail .item .value {
    color: #262626;
}

.attachment a {
    color: #262626;
    text-decoration: none;
}

.attachment a:hover {
    color: blue;
    text-decoration: underline;
}

.attachment a + a {
    color: #0a71c0;;
    margin-left: 10px;
}

.attachment a + a:hover {
    color: red;
}

#mail #source {
    border-bottom: none;
}

.received {
    min-height: 120px;
}

#mail #replyDiv {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background: #f6f6f6;
}

#mail #replyDiv .label {
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 6px;
    font-size: 14px;
}

#mail #replyDiv .content {
    width: 100%;
    border: none;
}

#mail #replyDiv textarea {
    height: 105px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    outline: none;
    background-color: #ffffff;
    padding: 2px;
    width: calc(100% - 6px);
}

#mail #replyDiv button {
    margin-top: 10px;
    display: inline-block;
    padding: 0;
    height: 36px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    outline: none;
    font-size: 14px;
    color: #262626;
}

#mail #replyDiv button:hover {
    color: #ffffff;
    background-color: #2170d9;
    border: 1px solid #2170d9;
}

.received {
    min-height: 100px;
}

.sended {
    min-height: 280px;
}

#mail #content {
    border-bottom: none 0;
}

#mail #attachments {
    border-top: #e6e6e6 solid 1px;
    border-bottom: none 0;
}

#mail #attachments .value {
    margin-left: 65px;
}

#mail #attachments .attachment {
    display: block;
}