﻿/* Form css */
fieldset
{
    width: 95%;
    border: 1px solid #000000;
    padding: 1em;
}
legend
{
    padding: 1em;
    font-weight: bold;
}
fieldset ol
{
    margin: 0;
    padding: 0;
}
fieldset li
{
    list-style: none;
    clear: both;
    margin-bottom: 1em;
}
fieldset label
{
    float: left;
    width: 10em;
    margin-right: 1em;
    text-align: left;
}
fieldset fieldset
{
    margin-bottom: -2.5em;
    border-style: none;
    background-color: transparent;
    background-image: none;
}
fieldset fieldset legend
{
    margin: 0 0 0 -1em;
    padding: 0;
    font-weight: normal;
    color: inherit;
}
fieldset fieldset ol
{
    position: relative;
    top: -1.5em;
    margin: 0 0 0 10em;
    padding: 0;
}
fieldset fieldset ol li
{
    margin: 0;
}
fieldset fieldset label
{
    float: none;
    width: auto;
    margin-right: auto;
}
fieldset.Submit
{
    float: none;
    width: auto;
    border-style: none;
    padding-left: 12em;
    background-color: transparent;
    background-image: none;
}
