fieldset {
    position: relative;
    padding: 0 10px;
    margin-bottom: 1.25em;
}
fieldset.first {
    margin-top: 0;
}
fieldset legend {
    position: relative;
    left: -0.85ex;
}
.iField {
    display: inline; /* IE6 fix */
    float: left;
    height: 4.25em;
    padding-top: 1ex;
    padding-right: 1ex;
}
.iField label {
    display: block;
}
.checkboxes .iField label {
    display: inline;
    padding-left: 0.5ex;
    padding-right: 2ex;
}
.iField .help {
    font-size: 85%;
    color: #999999;
}
span.asterisk {
    color: red;
}
.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 red;
    color: #990000;
}
.error_messages,
body .iField.error {
    background: #ffcccc;
}
.iField.error .help {
    color: #990000;
}

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

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

.hidden {
    display: none;
}

form h1, form h2, form h3, form h4, form h5, form h6 {
    clear: left;
}

.formFoot {
    zoom: 1;
    clear: left;
}

