/*
 form.css
 Copyright (c) 2008 Micah Ferrill
*/

form, table {
    width: 400px;
}

legend {
    color: #336699;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}

tr.foot td, td.spam {
    text-align: center;
}

tr.error th {
    color: #ff0000;
    text-align: center;
    font-weight: normal;
}