/* CSS Document */

#cinza{ 
position:absolute; 
top:0px; 
left:0px; 
width:1200px; 
height:1400px; 
z-index:10000; 
min-height:100%; 
background-color:#fff; 
filter:alpha(opacity=92);
-moz-opacity:.92;
opacity:.92;
}

#mensagem{
border:4px solid rgb(82, 82, 82); 
padding:10px; 
background:rgb(255,255,255) none repeat scroll 0%; 
background-repeat:no-repeat;
position:absolute; 
top:13%; 
left:26%; 
width:400px; 
z-index:100; 
-moz-background-clip:-moz-initial; 
-moz-background-origin:-moz-initial; 
-moz-background-inline-policy:-moz-initial; 
color:rgb(0, 0, 0); 
text-align:justify;
font-size:13px;
}

.destaque{
color:#009900;
font-weight:bold;
text-align:center;
border-style:solid;
border-width:1px;
border-color:#999999;
border-left:none;
border-right:none;
}

.destaque_fechar{
color:#009900;
font-weight:bold;
text-align:left;
}

.centro{
text-align:center;
}

