label.left
{
    float            : left;
    text-align        : right;
    width            : 10em;
    margin-right    : .3em;
}


input[type=text],
select
{
    float            : left;
}


.right
{
    float                    :    left;
    width                    :    auto;
    clear                    :    both;
    margin-left                :    5.3em;
    margin-right            :    .3em;
}
input[type=submit].right
{
    margin-left                :    6.3em;
}

form br
{
    clear                    :    both;
}

form
{
    line-height                :    140%;
    overflow: hidden;
}

fieldset {
    border: 0;
}

legend {
    color: #666666;
}
