table.application
{
    width: 100%;
}

table.application td.outline
{
    border: solid black 1px;
}

table.application td.header
{
    width: 14%;
    text-align: left;
    background-color: white;
    border: solid black 1px;
}

table.application td.attribute
{
    width: 34%;
    text-align: left;
    background-color: white;
    border: solid black 1px;
}

table.application td.spacer
{
    width: 4%;
}

table.application td.required
{
    font-weight: bold;
}

table.application td.question
{
    width: 70%;
    text-align: left;
    background-color: white;
    border: solid black 1px;
}

table.application td.answer
{
    width: 30%;
    text-align: left;
    background-color: white;
    border: solid black 1px;
}

table.application input.text
{
    width: 98%;
}

div.application_error
{
    color: red;
    font-weight: bold;
}

li
{
    list-style-position: outside;
    font-family: arial, helvetica, sans-serif;
    margin: 0 0 0 20px;
    font-size: 12px;
    line-height: 16px;
    color: #26508A;
}