﻿html
{
    height: 100%;
}

body 
{
    width: 970px;
    height: 100%;
    /*background-color: #FFE4C7;*/
    background-color: Black;
    background-attachment: fixed;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
}

#content
{
    width: 970px;
    background-color: #FFE4C7;
    background-repeat: repeat-y;
    background-image: url(images/bg.jpg);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 4px;
    border-bottom: solid 4px black;
}

#header
{
    width: 970px;
    height: 171px;
    background-repeat: no-repeat;
    background-image: url(images/header.jpg);
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 4px black;
}

#headerText
{
    width: 544px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
}

#headerText h1
{
    font-size: xx-large;
}
#headerText h2
{
    font-size: large;
}

#form
{
    width: 504px;
    height: 471px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/survey-bg.gif);
    background-repeat: no-repeat;
    padding: 20px;
}

#form div
{
    padding-left: 25px;
    margin-bottom: 6px;
}

#formBottom
{
    width: 544px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

#form p
{
    margin-bottom: 6px;
    margin-top: 0px;
}
#form table
{
    margin-bottom: 6px;
}

.smallText
{
    font-size: xx-small;
}

.errorMessage
{
    width: 544px;
    height: 179px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/error-bg.gif);
    background-repeat: no-repeat;
}

.textInput
{
    display: block;
    background-image: url(images/field-bg.gif);
    background-repeat: no-repeat;
    width: 458px;
    height: 24px;
    border: solid 0px #FFE5C7;
    background-color: #FFE5C7;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
}

.cityInput
{
    background-image: url(images/city-bg.gif);
    background-repeat: no-repeat;
    width: 216px;
    height: 24px;
    border: solid 0px #FFE5C7;
    background-color: #FFE5C7;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
}

.cityLabel
{
    width: 246px;
    float: left;
    margin-left: -25px;
}

.stateInput
{
    background-image: url(images/state-bg.gif);
    background-repeat: no-repeat;
    width: 55px;
    height: 24px;
    border: solid 0px #FFE5C7;
    background-color: #FFE5C7;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
}

.stateLabel
{
    width: 70px;
    float: left;
    margin-left: -20px;
}

.zipInput
{
    background-image: url(images/zip-bg.gif);
    background-repeat: no-repeat;
    width: 97px;
    height: 24px;
    border: solid 0px #FFE5C7;
    background-color: #FFE5C7;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
}

.zipLabel
{
    width: 97px;
    float: left;
    margin-left: 5px;
}

.clear
{
    clear: both;
}