h2.centered,
div.centered {
    text-align:center;
}

form.login_form,
form.report_form {
    width:550px;
    margin:0px auto;
}

div.uc_notice {
    background:url('https://3w.netbuilt.com/images/black_yellow_stripes.png');
    width:640px;
    height:50px;
    margin:0px auto;
    text-align:center;
}

span.uc_span {
    background:rgba(255,255,255,0.5);
    position:relative;
    top:7px;
    font:24pt bold Arial;
}

@media print {
    #zz_debug_dump,
    div.uc_notice,
    .no_print {
        display:none; 
    }
    #report_output {
        display:block;
    }
    table.xls_table {
        border:1px solid black;
        padding:0px;
    }
    table.xls_table td {
        border:0px;
        padding:0px;
    }
}