#BG_overlay{
	background: #000;
	opacity:0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	background:#7e7e7e url(../imagens/bg_global_pop.jpg) center top;
	position: relative;
	border:none;
	z-index: 100;
	width:  100%;
	height: 100%;
	padding:0;
	margin:0;
	overflow: hidden;
}

a{
 outline: none;
}

* html #BG_overlay{
	width:  100%;
	height: 100%;
	overflow: hidden;
	border:none;
	outline:0;
	margin:0;
}

#BG_window{
top: 10px;
left: 0px;
position: absolute;
border: 0px solid #7a7a7a;
overflow: hidden;
width: 1000px;
height: 600px;
z-index: 150;
}

#imgNormal{
	display:none;
}

#BG_frame{
	border: 0;
	overflow: hidden;
	width:  100%;
	height: 100%;
}

#fechar a{
width:30px;
height:30px;
background: url(../imagens/fechar.gif) no-repeat;
position:absolute;
text-indent:-9999px;
top:758px;
left:137px;
cursor:pointer;
}

#fechar a:hover{
width:30px;
height:30px;
background: url(../imagens/fechar2.gif) no-repeat;
position:absolute;
text-indent:-9999px;
top:258px;
left:537px;
cursor:pointer;
}
