﻿
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
}
h1
{
    font-size: 18px;
    color: #0099d3;
    font-weight: bold;
}
h2
{
    font-size: 11px;
    font-weight: bold;
}
.header
{
    margin-bottom: 20px;
}
.header li
{
    font-weight: bold;
}
.footer
{
    margin-top: 30px;
}
.error{}
.line{}
.label
{
    font-weight: bold;
}
.labelinfo
{
    font-weight: normal;
}
.pound
{
    text-align: right;
}
.field input
{
    width: 300px;
    font-size: 16px;
    border: solid 1px black;
}
.field input.mediumfield
{
    width: 80px;
}
.field input.smallfield
{
    width: 30px;
}
.required{}
.submit
{
    text-align: right;
}
.reset{}
