﻿/* ------------ forms ------------------------ */


fieldset
{
    margin: 10px 0 20px 0;
    padding: 10px;

    font-size: 0.9em;
    border: none;
}

fieldset div
{
    margin: 0 0 10px 0;    
}

fieldset td
{
    border: none;
}

fieldset label
{
    width: 150px;
    float: left;
    text-align: left;
    padding: 5px 2px 2px 0px;
    margin: 0;
    border-bottom: dotted 1px silver;
}

input
{
    /*background-color: #EFF3FB;*/
}


.submit input
{
    color: #fff;
    background: #612F5C;
    border: 2px outset;
    font-weight: bold;
    cursor: hand;
    margin-left: 150px;
}


legend
{
    color: #000;
    background: #fff;
    border: 1px solid #D9C9D7;
    padding: 2px 6px;
    margin: 0 0 10px 0;
    font-size: smaller;
    font-weight: bold;
}

.formControl
{
    font-size: 1.0em;
}
