
fieldset {
    position: relative;
    color: white;

    width: 100%;
    margin: 0;
    padding: 0;
}



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

p.input
{
    width: 20em;
    float:left;
    margin-top: 0em!important;
}

.input
{
    font-size: 1.4em;
}


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: #BDC1C5;
    font-weight: bold;
    padding: 1em 0 0 0em;
    float: left;
    width: 16em;
    margin-right: 1em;
    padding-top: 1.4em;
    font-size: 1.6em;

}

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

fieldset ol {
    padding: 3.5em 1em 0 0em;
    list-style: none;
    margin-left: 0em;
    clear: both;
}
div.fieldset ol {
    padding: 1em 1em 0 0em;
    list-style: none;
}
div.fieldset ol span
{
    font-size: 1.2em
}

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: 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;

}

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

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

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

a.submit,input.submit
{
    display: block;
    vertical-align: middle;
    background-color:#598EC2;
    color: white;
    width: 10em;
    text-align: center;
    line-height: 2;
    height: 2.5em;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
a.submit:hover,input.submit:hover
{
    background-color: #6DAFF0;
}
input.submit:focus
{


    color: white;
}
fieldset.submit {
    float: none;
    width: auto;
/*     padding-top: 1.5em; */
    margin-left: 24.5em;
    background-color: transparent;
}
label {
    float: left;
    width: 8em;
    font-size: 1.4em;
    margin-right: 1em;
    clear: both;

}

div.label
{
    float: left;
    width: 10em;
    margin-right: 1em;
    font-size: 1.4em;


}

label p.hint {
    display: block;
    color: #9BFF9B;
    font-size: .7em;
    font-style: normal;
    width: 100%;
/*     text-transform: uppercase; */
}
label strong {
    display: block;
    color: #FDB2A7;
    font-size: 85%;
    font-weight: normal;

}

legend em {
    display: block;
    clear: both;
    color: #060;
    font-size: 1.6em;
    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 #373F33;
    padding: 4px;
    background-color: #fff;
    
}



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 #373F33;
    padding: 4px;
    background-color: #F7F7F7;

}
select
{
    width: 20.8em;
}

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

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

.myerr
{
    color: #DD5757;
    font-weight: normal;
    font-size: 130%;
}

#formerrorblock
{
    padding-left: 1em;
    margin-top: 3em;
    background-color: #395876;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #FDB2A7;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);

}
#formerrorblock p
{

}


ul.error li
{
    padding: 0em;
}
label ul.error
{
    margin-left: 0em;
}
label ul.error li
{
    font-size:.8em!important;
    text-decoration: none;
    color: #FDB2A7;
}



.formwrapper
{

   padding: 0em;
   margin-top: 1em;

   vertical-align: top;

   color: #BDC1C5;
}
.formwrapper ul
{
    margin-left: 0em;
}
.formwrapper p
{
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 1.4;
    font-size: 1.4em;
    width: 50%;
}
.formwrapper p strong
{
    color: #E1E1E3;
}
.formmessage
{
    margin-bottom: 1.5em;

}

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

}
div.fieldset ol,div.fieldset h4
{
    margin-left: 0em;
    padding-left: 0em;
}
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;
}

div.fieldset ol li p
{
    font-size: 1.2em;
    margin-top: 0em;
}
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;

}

div.links ol li , div.links ul li
{

    margin: .6em 0em 0em 1em;
}

div.links a
{
    font-size: 1.5em;
    color: #BDC1C5;
    text-decoration: none;

}
