#errormessages table {
    margin: 12px 25px 12px 25px;
    border: 1px solid #475570;
    width: 95%;
    border-collapse: collapse;
}

#errormessages thead {
    font-family: Georgia, Verdana, "Times New Roman", Times, serif;
    color: #dbdbdb;
    cursor: pointer;
    /*font-size: 1.2em;*/
    height: 2em;
}

#errormessages table thead tr {
    background: #336abb; /* #475570; */
}

#errormessages th {
    font-family: /* Georgia, */ Verdana, Arial, "Times New Roman";
    text-align: center;
}

#errormessages td {
    font-family: /* Georgia, */ Verdana, Arial, "Times New Roman";
    color: navy;
    padding: 0.75em;
    padding-left: 1em;
    border: 1px solid #475570;
}

#errormessages tbody tr{
    height: 3.5em;
}

#errormessages pre {
    font-family: "Lucida Console", "Courier New", Courier;
    color: maroon;
}