﻿
 .divScreen {
            z-index: 500;
            position: fixed;
            background-color: rgb(168,112,55);
            opacity: 0.7;
            filter: alpha(opacity=70); /*Para IE8 ou anterior*/
            top: 1%;
            right: 1%;
            left: 1%;
            bottom: 1%;
            display: none;
        }

        .cssPriva {
            z-index: 1000;
            position:absolute;
            top: 25%;
            /*left: 25%;*/
            left:0;
            right:0;
            margin-left:auto;
            margin-right:auto;
            overflow: auto;
            background-color: white;
            height: auto;
            /*width: 50%;*/
            padding: 10px 10px 10px 10px;
            border-style: solid;
            border-color:darkgrey;
            border-width:4px;
        }

            .cssPriva h2 {
                text-align: center;
            }

            .cssPriva .tab {
                text-indent: 25px;
            }

       
.grid {
            border-left: 1px solid black;
            border-right: 1px solid black;
            width: 450px;
            margin: 0 auto;
        }

        td.left {
            text-align: right;
            width: 150px;
            padding: 0;
        }

        td.right {
            text-align: left;
        }