.message_page {
    background-color: #e7d7b2; 
    border: 1px solid #808080;
    padding: 10px;
}

.message_area {
    margin-left: auto;
    margin-right: auto;
    width: 620px;
    background-color: white;
    padding: 10px;
}

.message_text_top img {
    vertical-align: bottom;
}

.message_text_bottom img {
    vertical-align: top;
}

.message_text_top {
    line-height: 8px;
    height: 8px;
}

.message_text_bottom {
    line-height: 8px;
    height: 8px;
}

.message_text_arrow {
    line-height: 8px;
}

.message_text {
    width: 490px;
    background-image: url('../images/messagebox.png'); 
    background-repeat: repeat-x;
    background-color: #f1ebe4;
    padding: 0 2px 0 6px;
    border-left: 1px solid #d2c1ac;
    border-right: 1px solid #d2c1ac;
}

.message_info_box {
    padding: 0 3px 0 3px;
    width: 100px;
    background-image: url('../images/messagebox.png'); 
    background-repeat: repeat-x;
    background-color: #f1ebe4;
    border-left: 1px solid #d2c1ac;
    border-right: 1px solid #d2c1ac;
}
.message_info {
    color: #404080;
    font-size: 10px;
}

.message_info_box p {
    margin : 0;
    padding: 0;
    text-align: center;
}

p.postcomment { 
    text-align: center;
    margin: 0;
}

p.postcomment a {
    font-size: 18px;
}

#postcommentform label {
    width: 100px;
}

#postcommentform textarea {
    width: 310px;
    height: 150px;
}

#postcommentform ul {
    list-style-type: square;
    list-style-position: outside;
    margin: 8px 0 0 20px;
    padding-left: 0;
    font-size: 11px;
}

