table#table-01 {
    width: 520px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
    margin-left: 2em;
}

table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5FF;
    font-weight: bold;
    line-height: 120%;
    text-align: left;/*center;*/
    white-space: nowrap;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;/*center;*/
    white-space: nowrap;
}

div.error-message {
    color: #ff0000;
}