/* CSS Document */

div#avisoModal {
background:#000000 none repeat scroll 0 0;
display:block;
height:855px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:100%;
z-index:9999;
filter:alpha(opacity=60);
opacity: 0.6;
-moz-opacity:0.6;
}

div#bodyAviso {
background:#FFFFFF none repeat scroll 0 0;
border:0;
left:50%;
margin:0 0 0 -245px;
padding:0;
position:absolute;
top:170px;
width:350px;
height:312px;
z-index:9999;
}

a.btFecharAviso {
background:transparent url(../img/btnModalFecharPrint.png) repeat scroll 0 0;
display:block;
height:16px;
overflow:hidden;
position:absolute;
right:15px;
text-indent:-50em;
top:10px;
width:51px;
}

