

fieldset
{
    padding : .5em ;
}

form
{
    font-size : .9em ;
}

label
{
    float : left ;
    width : 8em ;
    text-align : right ;
    padding-right : 3px ;
}

form div
{
    padding : 3px ;
}

fieldset fieldset
{
    margin : 15px 3px ;
}

    fieldset table
    {
        width : 100% ;
    }
    
.errors
{
    color : #C00 ;
    font-weight : bold ;
    list-style : none ;
}