div#contents td textarea {
    width: 90%;
}

div#contents table {
    background-color: #fff;
    margin: 5px 5px 10px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
}

div#contents th {
    background-color: #d9cbba;
    padding: 5px;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
}

div#contents td {
    padding: 5px;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
}

div#contents td.submit {
    text-align: center;
}
