
body.frame {
background-image: url("public/background.jpg");
 background-attachment:fixed;
 background-size:100% auto;
}


body.frame div.main_form_content {
 background-color: rgba(255,255,255,.85)
}

div.print div.view_cmd td {
 background-color: white;
}

div.print div.view_cmd th {
 font-weight: bold;
 color: black;
 background-color: white;
}

div.z_hidden{
 display:none:
}

