.postMessage {
    text-align: center;
    cursor: pointer;
}

table.messages {
    margin: 0;
    border-spacing: 0;
    width: 100%;
}

table.messages td {
    border-bottom: 1px dotted #999;
}

table.messages .messageData {
    width: 25%;
    vertical-align: top;
}

table.messages .author {
    font-weight: bold;
}

table.form {
    width: 100%;
}

.messageBox {
    width: 50%;
}

.messageBox textarea {
    width: 100%;
}

.name {
    width: 200px;
}

td.post {
    width: 56px;
}

.post {
    text-align: center;
}
