
fieldset {
    margin-top: 1em;
    position: relative;
    padding: 0 10px;
    border: 1px solid black;
}
fieldset.first {
    margin-top: 0;
}
fieldset legend {
    position: relative;
    left: -0.85ex;
    color: #f1e7b9;
}
.iField {
    float: left;
    height: 4.25em;
    padding-top: 0.4ex;
    padding-bottom: 0.4ex;
    margin-top: 0.1ex;
    margin-bottom: 0.2ex;
    padding-right: 1ex;
}
.iField label {
    font-weight: bold;
    display: block;
    color: #ffee99;
}
.iField .help {
    font-size: 85%;
    color: #999999;
}
span.asterisk {
    color: #ffff00;
}
.iField span.asterisk {
    display: none;
}
.iField.required span.asterisk {
    display: inline;
}

p.asterisk_legend {
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
}

.iField.checkbox,
.iField.radio {
    height: auto;
    padding-top: 0;
    padding-right: 3ex;
}

.options,
.iField.checkbox input,
.iField.radio input {
    float: left;
}

.iField.checks,
.iField.area {
    height: auto;
    padding-bottom: 1.4em;
}

.error_messages {
    margin: 1ex 0;
    padding: 1ex;
    border: 1px dotted #fff9df;
    color: #fff9df;
}
.error_messages,
.iField.error {
    background: #7d6c45;
}
.iField.error .help {
    color: #fff9df;
}

div.subset {
    float: left;
    width: 100%;
}

.iField.phone.nanp input {
    width: 8em;
}

.hidden {
    display: none;
}

form h1, form h2, form h3 {
    clear: left;
}

.formFoot {
    zoom: 1;
    padding-top: 10px;
    clear: left;
}

.text input, select, option, textarea {
    color: #4e4124;
    background-color: white;
}

.text input, select, textarea {
    border: 1px solid #b8a968;
    border-left-color: #413820;
    border-top-color: #413820;
}

input.iSubmit {
    color: #4e4124;
}

input.iSubmit:active {
}

body.contact label {
    float: left;
    width: 120px;
    text-align: right;
    padding-right: 20px;
}

body.contact label .asterisk {
    position: absolute;
    margin-left: 1px;
}

body.contact .iField {
    height: auto;
}

body.contact textarea#message, body.contact .text input {
    width: 230px;
}

body.contact select {
    width: 234px;
}

.formFoot {
    padding-left: 153px;
}

