.cadastroFinalizado {
	background: url(../imgs/fundo_box_cadastro_finalizado.png) no-repeat; 
	width: 271px; 
	height: 111px;
	behavior: url(css/iepngfix.htc);
	display: none;
	position: absolute;
	top: 55%;
	left: 45%;
	z-index:1001;
	overflow: auto;
}

.cadastroFinalizadoPromocao {
	background: url(../imgs/fundo_box_cadastro_finalizadoPromocao.png) no-repeat; 
	width: 354px; 
	height: 251px;
	behavior: url(css/iepngfix.htc);
	display: none;
	position: absolute;
	top: 55%;
	left: 45%;
	z-index:1001;
	overflow: auto;
}

.faleConosco {
	background: url(../imgs/fundo_box_cadastro_finalizado.png) no-repeat; 
	width: 271px; 
	height: 111px; 
	behavior: url(css/iepngfix.htc);
	display: none;
	position: absolute;
	top: 78%;
	left: 45%;
	z-index:1001;
	overflow: auto;
}
.faleMonitor {
	background: url(../imgs/fundo_box_cadastro_finalizado.png) no-repeat; 
	width: 271px; 
	height: 111px; 
	behavior: url(css/iepngfix.htc);
	display: none;
	position: absolute;
	top: 115%;
	left: 45%;
	z-index:1001;
	overflow: auto;
}
.testeRapido {
	background: url(../imgs/fundo_teste_rapido.png) no-repeat; 
	width: 630px; 
	height: 356px; 
	behavior: url(css/iepngfix.htc);
	display: none;
	/*position: absolute;
	top: 25%;
	left: 25%;*/
	z-index:1001;
	overflow: auto;
}
.mensagem {
	background: url(../imgs/fundo_mensagem.png) no-repeat; 
	width: 630px; 
	height: 267px; 
	behavior: url(css/iepngfix.htc);
	display: none;
	/*position: absolute;
	top: 85%;
	left: 25%;*/
	z-index:1001;
	overflow: auto;
}
.noticias {
	background: url(../imgs/fundo_noticias.png) no-repeat; 
	width: 483px; 
	height: 273px;
	behavior: url(css/iepngfix.htc);
	display: none;
	position: absolute;
	top: 55%;
	left: 35%;
	z-index:1001;
	overflow: auto;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:transparent;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }