#interfaceSection form {
    /*background-color: red;*/
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px solid black;
}
#interfaceSection table.tableGuestBook {
    /*background-color: blue;*/
    width: 90%;
    border: none;
    box-shadow: none;
    text-align: left;
    border-collapse: collapse;
}
#interfaceSection table.tableGuestBook td {
    /*background-color: yellow;*/
    border: none;
    border-bottom: 1px solid rgba(0, 0, 255, .2);
    padding: 5px;
}
#interfaceSection table.tableGuestBook td.tdIndex {
    background-color: #cccccc;
    width: 100px;
}
#interfaceSection table.tableGuestBook td.tdData {
    width: 150px;
}
#interfaceSection table.tableGuestBook td.btnForm {
    text-align: right;
}
#interfaceSection table.tableGuestBook td input {
    border: 1px solid rgba(0, 0, 255, .2);
    display: block;
    width: 100%;
    margin: 0px;
}
#interfaceSection table.tableGuestBook td textarea {
    border: 1px solid rgba(0, 0, 255, .2);
    display: block;
    width: 100%;
    resize: none;
    margin: 0px;
}