
fieldset {
    margin-top: 1em;
    position: relative;
    padding: 0 10px;
}
fieldset legend {
    position: relative;
    left: -0.85ex;
}
.iField {
    float: left;
    height: 4.25em;
    padding-top: 1ex;
    padding-right: 1ex;
}
.iField label {
    display: block;
}
.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: 10px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: white;
}

.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;
}
.error_messages,
.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 {
    clear: left;
}

.formFoot {
    padding-top: 15px;
    clear: left;
    background: white url(/images/cache/images-util-corners-62e49ff9ce97ca27bb8b1c7ce0fbcc82.png) no-repeat scroll left top;
}

form {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent url(/images/cache/images-util-corners-6deb394e63053028bfd4894954a71557.png) repeat-y scroll left top;
}

fieldset {
    background: transparent url(/images/cache/images-util-corners-3cbf4d972c82a4ba6e8881d563e5131e.png) no-repeat scroll left top;
    border: 0px;
    margin: -10px -20px 0 0; /* negative right margin fixes IE6 problems */
    padding: 0px 15px;
}

fieldset legend {
    background-color: white;
    padding: 0 3px;
    margin-left: -3px;
    top: -10px;
}

