
fieldset {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    background-color: #fff;
    border-style: none;
    border-bottom: 1px solid #cccccc;
}

div.fieldset
{
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    background-color: #fff;
    border-style: none;
    border-bottom: 1px solid #cccccc;
}

p.input
{
    width: 20em;
    border: 1px solid #ccc;
    padding: 4px;
}



fieldset.submit
{
    border-style: none;


}
span a
{
    padding-left: 1em;
    font-size: 50%;
}
legend span {
    position: absolute;
    left: 0.74em;
    top: 0;
    margin-top: 0.5em;
    font-size: 135%;
    width: 15em;
}

legend {


    color: #545351;
    font-weight: bold;
    padding: 1em 0 0 1em;
    float: left;
    width: 10em;
    margin-right: 1em;
}

fieldset ol {
    padding: 3.5em 1em 0 1em;
    list-style: none;
    margin-left: 2em;
}

fieldset ol.date
{
    margin-top: -1em;
    margin-left: 8em;
}



div.fieldset ol {
    padding: 3.5em 1em 0 1em;
    list-style: none;
    
}

fieldset li {
   float: left;
    clear: left;
    width: 100%;
    padding-bottom: 2em;
    padding-left: 0px;
    
}


fieldset li.date {
    float: none;
    display: inline; 
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
    width: 100em;    
}


fieldset li.date select.month,
fieldset li.date select.year
{

    width: 5em;
}



fieldset li.date label
{
/*     display: none; */
    padding-left: 1em;
}

fieldset li.date label strong
{
     width: 6em; 
    margin-left: 12em;
}



div.fieldset li {
   float: left;
    clear: left;
    width: 60%;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    border-bottom: 1px solid #F2F2F2;

}

div.fieldset h4
{
    width: 15em;
    font-size: 100%;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 0em;
}

.hidden
{
    padding: 0;
    margin: 0;
    display:none;
}

fieldset.alt {
    background-color: #E6E3DD;
}

input.submit
{
 color: #ffffff;
 background-color: #840D0D;
 width: 13em;
 padding: .2em;
 text-align: center;
 border: 1px solid black;
}

fieldset.submit {
    float: none;
    width: auto;
    padding-top: 1.5em;
    padding-left: 17em;
    background-color: transparent;
}


label {
    float: left;
    width: 10em;
    margin-right: 1em;
}

div.label
{
    float: left;
    width: 10em;
    margin-right: 1em;
}

label em {
    display: block;
    color: #060;
    font-size: 65%;
    font-style: normal;
/*     text-transform: uppercase; */
}
label strong {
    display: block;
    color: #C00;
    font-size: 85%;
    font-weight: normal;

}

legend em {
    display: block;
    color: #060;
    font-size: 75%;
    font-style: normal;
/*     text-transform: uppercase; */
}
legend strong {
    display: block;
    color: #C00;
    font-size: 85%;
    font-weight: normal;
 }

textarea
{
    width: 30em;
    height: 20em;
    border: 1px solid #ccc;
    padding: 4px;

}

p.textarea
{
    width: 30em;
    height: 20em;
    padding: 4px;
    margin-left: 10.5em;
/*     border: 1px solid black; */
}

textarea:focus
{
    border: 1px solid #cc0000;
    background-color: #FFFFBB;
    padding: 4px;
}
input,select
{
    width: 20em;
    border: 1px solid #ccc;
    padding: 4px;
}

.checkbox
{
    width: 1em;
    height: 1em;
    padding: 1em;
}

select:focus,input:focus
{
    border: 1px solid #cc0000;
    background-color: #FFFFBB;
    padding: 4px;
    color: #000000;
}

.myerr
{
/*     border: 1px solid #cc0000; */
/*     background-color: #F9EEEE; */
    color: #cc0000;
    font-weight: normal;
    font-size: 130%;
}


.formwrapper
{
   background-color: #ffffff;
   padding: 0em 1em 1em 1em;
   margin-bottom: 1em;
   margin-top: 1em;
   vertical-align: top;
   border-bottom: 1px solid #cccccc;
   color: #5A5C5E;
}

.formwrapper ul
{
    margin-left: 2.5em;
}

div.fieldset div.fieldset
{
    margin-bottom: -2.5em;
    border-style: none;
    background-color: transparent;
    background-image: none;
    margin-top: 2em;
    color: #5A5C5E;

}

div.fieldset div.fieldset li {
   float: left;
    clear: left;
    width: 100%;
    padding-bottom: 1em;
    padding-top: 1em;
    border-bottom: none;
    border-width: 10em;

}

fieldset fieldset {
    margin-bottom: -2.5em;
    border-style: none;
    background-color: transparent;
    background-image: none;
/*     margin-top: 2em; */
    color: #5A5C5E;
}
fieldset fieldset legend {
/*     margin-left: -1em;   */
    font-weight: normal;
    color: black;
    padding-left: 0;
}
fieldset fieldset ol {
    position: relative;
/*     top: -1.5em;   */
    margin: 0 0 0 11em;
    padding: 0;
}



div.fieldset div.fieldset ol
{
    position: relative;
    top: -1.5em;
    margin: 0 0 0 11em;
    padding: 0;
}
fieldset fieldset label {
    float: none;
    width: auto;
    margin-right: auto;
}


div.resetstyle
{

    border: 1px solid black;
    border-style: none;
    margin-left: 10.5em;
}
div.resetstyle li
{
    border-bottom: none !important;
}
div.resetstyle ol
{
    border-style: none;
}
div.resetstyle ul
{
    border-style: none;

}

#form1-csv
{
  width: 2em;
}


