
fieldset {
    font-family: arial;
    font-size: large;
    font-weight: bold;
    line-height: 1.22;
    color: #000000;
    border: 0;
}

.formInput {
    font-family: arial;
    font-size: small;
    font-weight: normal;
    line-height: 1.22;
    color: #000000;
    margin-bottom: 0.2em;
    padding-top: 2px;
    position: relative;
    text-align: left;
}

.formLabel {
    float: left;
    padding: 0.2em 0.5em 0pt 0pt;
    text-align: left;
    width: 40%;
    margin: 0pt;
}

.formField input {
    margin: 0pt;
    padding: 0pt;
    text-align: left;
}

.formField textarea {
    width: 50%;
}

.formField textarea#sitePolicy {
    position: relative;
    left: 1em;
    width: 96%;
}

