#header fieldset{
    margin:0 auto;
    float:right;
    width:200px;
    border: #26a solid 1px;
}

form {
    background-color: #ffffff;
    text-align: left;}

label
{
    color: #1b2962;
    font-size: 8px;
    font-family: arial, helevitica, verdana;
    float:left;
}

input
{
    float: left;
    margin-bottom: 3px;
    color: #26a;
    background: #feb;
    border: #26a solid 1px;
}

select
{
    float: left;
    margin-bottom: 3px;
    color: #26a;
    background: #feb;
    border: #26a solid 1px;
}

.submit-button
{
    margin-left: 0em;
    float:left;
    color: #ffffff;
    background: #000068;
    border: 2px #9cf outset
}

legend
{
    background: #fb0;
    border: #26a solid 1px;
    padding: 0px;
    margin : 0px;
    font-family: arial, helevitica, verdana;
    font-size:10px;
}

radio{
    margin:0px;
    padding:0px;
    border:0px;
    float:left;
}

.note
{
    font-size: 8pt;
    color: #ad4113;
    font-family: arial, helevitica, verdana;
    font-weight:bold;
    margin-left: 2px;
    margin-bottom:2px;
    margin-top:2px;
}


