/*
 * A CSS file for laying out forms
 */



.autoform label {
    width: 120px;
    text-align: right;
    padding-right: 10px;
}

.autoform fieldset {
    border: 1px dotted #CCCCCC;
    background-color: #EEEEEE;
}


.autoform .error {
    float: right;
    font-size: 80%;
    margin-right: 120px;
    width: 100px;
}

#sidebar .autoform label {
    width: 50px;
    padding-right: 5px;
}