﻿.formTable th
{
    text-align: right;
    width: 280px;
    vertical-align: top;
}
.formTable td
{
   margin-left: 20px;
}
.inputInstructions
{
    font-style: italic;
}
h2
{
    text-align: center;
    width: 100%;
}
.largeInput
{
    width: 400px;
}
.mediumInput
{
    width: 150px;
}
.xsmallInput
{
    width: 50px;
}
.smallInput
{
    width: 100px;
}