﻿/* VALIDATION */
.err
{
    font-size:7pt;
    font-weight:bold;
    position:absolute;
    color:Red;
}
.v_required
{
    
}
.v_required, .v_date, .v_state, .v_email, .v_zipcode
{
    margin-right:100px;
}
.v_date
{
    width:70px;
}
.v_state
{
    width:30px;
    text-transform: uppercase;
}
input.check, textarea.check
{
}
.FormContainer input, .FormContainer textarea, .FormContainer select
{
    width:auto;
    margin:0 5px 0 20px;
}
.HelpText
{
    font-size:8pt;
    font-style:italic;
}