
label
{
    float: left;
    width: 10em;
    text-align: right;
    margin-right: 1em;
}

form div
{
    clear: left;
    margin: 0.6em 0 0 0;
}

input[type="text"] 
{
    color: #00008B;
    background-color: #E3F2F7;
    border: 1px inset #00008B;
}

input[type="submit"], input[type="reset"]
{
    color: #00008B;
    background-color: #ADD8E6;
    border: 1px outset #00008B;
    width: 10em;
}

fieldset
{
    margin-left: auto;
    margin-right: auto;
    width: 40em;
    margin-top: 0.6em;
}

#buttons
{
    text-align: center;
}



