﻿/***** Commonly used classes. *****/

a
{
    color: #004800; 
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    color: #DD0000;
}

strong
{
    color: #003500;
}

/***** *****/

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: 600px;
    margin: 0px auto;
    text-align: left;
}

div#qform_div fieldset
{
    padding: 5px 5px;
    margin-bottom: 10px;
}

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: 580px;
}

div#qform_div textarea#txtAddl
{
    width: 580px;
}

#txtName, #txtCompanyName, #txtAddress, #txtPhone, #txtEmail, #txtOther
{
    width: 580px;
}

#txtZip
{
    width: 85px;
}

#btnSubmit, #btnReset { line-height: normal; }