﻿
/***** *****/

table#formwrapper 
{
    width: 600px;
    margin: 10px auto;
    border: 0px solid;
    border-collapse: collapse;
    border-spacing: 0px; 
}

table#formwrapper td.content
{
    vertical-align: middle; 
    text-align: center;
    height: auto;
    min-height: 250px;
}

/***** *****/

div#qform_div
{
    width: 784px;
    margin: 0px auto;
    text-align: left;
}

div#qform_div fieldset
{
    padding: 5px 5px;
    margin-bottom: 10px;
    border: 1px black solid;
}

div#qform_div legend
{
    padding: 0px 8px 0px 3px;
    font-weight: bold;
}

div#qform_div div.section
{
    width: 100%;
    margin-bottom: 5px;
}

div#qform_div div.section.first
{
    margin: 5px 0px 10px 0px;
}

div#qform_div div.section.last
{
    margin-bottom: 0px;
}

div#qform_div span.fieldname
{
    display: block;
    font-size: 85%;
    font-weight: bold;
}

div#qform_div textarea#txtOther
{
    width: 764px;
}

div#qform_div textarea#txtAddl
{
    width: 764px;
}

#txtName, #txtCompanyName, #txtAddress, #txtPhone, #txtEmail, #txtOther
{
    width: 764px;
}

#txtCity
{
    width: 524px;
}

#txtState
{
    width: 150px;
}

#txtZip
{
    width: 75px;
}