﻿ fieldset {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 -1em 0;
    padding: 0 0 1em 0;
    border-style: none;
    border-top: 1px solid #BFBAB0;
    background-color: #EFEFEF;
    margin-bottom: 1em;
}

legend {
    padding: 0;
    color: #000000;
    font-weight: bold;
}

legend span {
    position: absolute;
    left: 0.74em;
    top: 0;
    margin-top: 0.5em;
    font-size: 135%;
}

fieldset ol, table {
    padding: 3.5em 1em 0 1em;
    list-style: none;
}

fieldset li {
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 1em;
}

fieldset li ol {
    margin-left: 18em;
}

fieldset.submit {
    float: none;
    width: auto;
    padding-top: 1.5em;
    border-style: none;
    padding-left: 20em;
    background-color: transparent;
}

span {
    position: relative;
    float: left;
    width: 23em;
    margin-right: 1em;
}

span em {
    color: red;
    font-size: 85%;
    font-style: normal;
    text-transform: uppercase;
    position: absolute;
    left: 26em;
    top: 0;
}

input {
    width: 18em; 
    padding-left: 3px;
}

input[type="radio"] {
    width: auto;
}

textarea, select {
    width: 18.5em; 
}

#lblRequiredFieldsIntro, 
#lblRequiredFieldsMailingList, 
#lblRequiredFieldsRequestLit {
    width: 100%; 
    text-align: center; 
    margin: 5px; 
    font-size: 150%; 
    color: red;
}

#olAction {
    float: left; 
    padding: 0; 
    position: relative; 
    width: 30em; 
    margin: 0; 
}
        
table {
    text-align: left; 
}

table .spacer {
    width: 5em; 
}

table .checkbox {
    width: 5em; 
}

table .title {
    width: 30em; 
}

table .quantity {
    width: 20em; 
}

table select, table input { 
    width: auto; 
}

table td { 
    margin: 1em; 
}
