.form fieldset {
    margin-bottom: 10px;
    border: none;
    padding: 0;
    margin: 1em 0;
}
.form legend {
    font-family: "Times New Roman" , Times, serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #CDAD00;
    letter-spacing: 0.1em;
    padding: 0;
    color: #CDAD00;
}
.form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}
.form fieldset ol {
    margin: 0;
    padding: 0;
}
.form fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
}
.form fieldset fieldset {
    border: none;
    margin: 3px 0 0;
}
.form fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal;
}
.form fieldset fieldset label {
    display: block;
    width: auto;
}
.form em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}
.form label {
    width: 130px; /* Width of labels */
}
.form fieldset fieldset label {
    margin-left: 83px; /* Width plus 3 (html space) */
}

.inputText {
    width: 300px;
}
.inputTextarea {
    width: 300px;
    height: 87px;
}

div.error {
    margin: 1em 0;
    padding: 1em;
    border: 2px solid #f00;
    background-color: #fcc;
    color: #000;
}
div.error a {
    color: #000;
}
