
fieldset {
    position: relative;
/*     float: left;   */

    width: 100%;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;

    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;
float:none;
padding-left:17em;
padding-top:1.5em;
width:auto;

}
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;
    padding-top: 1.4em;

}

label.checkbox
{
    margin-left: .4em;
}

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


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

span.toplink
{
    font-size: .8em;
    margin-left: 1em;
}
fieldset li.form{
    /* these mess with wymeditor for some reason
      so I put them in a seperate class
    */
    float: left;
    clear: left;
    width: 75%;
    padding-top: 0em;
    padding-bottom: 1.1em;
}
/*
fieldset li.wysiwyg:after{

    float: left;
    clear: left;
    width: 75%;
    padding-bottom: 2em;
}*/

fieldset li.wysiwyg{
    height: 25em;
    clear:both;
    padding-bottom: 4em;
    width: 80%;


}



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; */
    
    width: 13em;
    margin-left: 11.5em;
    padding: .2em;
    text-align: center;
    border: 1px solid black;
}

input.submit:focus
{


    width: 13em;
    padding: .2em;
    text-align: center;
}
fieldset.submit {
    float: none;
    width: auto;
    padding-top: 1.5em;
    padding-left: 3em;
    background-color: transparent;
}
label {
    float: left;
    width: 10em;
    margin-right: 1em;
    clear: both;
    font-size: 1.4em;
}
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;
    clear: both;
    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: 1.3em;
    height: 1.3em;
    padding: 1.3em;
}

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

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

.errorlist li
{
    padding: .3em;
}

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

.formmessage
{
    line-height: 1.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;
    clear: both;
}

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: 11em;
}
div.resetstyle li
{
    border-bottom: none !important;
}
div.resetstyle ol
{
    border-style: none;
}
div.resetstyle ul
{
    border-style: none;

}

