/* MENSAGENS */
#shadowing_box
{
    /*display: none;*/
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:1000;
	opacity:0.6;
	filter: alpha(opacity=60);
}

#box 
{
	/*display: none;*/
	/*background:url(../../imgs/mensagemErro.png) no-repeat;*/
	width:472px;
	height:244px;
	position: absolute;
	margin: 0px auto 0px auto;
	top: 15%;
	left:30%;
	z-index:1001;
}


/* POPUP CONDIÇÕES COMPRA*/
#shadowing_ccompra
{
	display:none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:1000;
	opacity:0.6;
	filter: alpha(opacity=60);
}

#ccompra
{
	display:none;
	position: absolute;
	margin: 0px auto 0px auto;
	top: 160px;
	left:24%;
	z-index:1001;
	width:700px;
	height:510px;
}


/* POPUP SUCESSO */
#shadowing_encSucesso
{
	/*display:none;*/
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:1000;
	opacity:0.6;
	filter: alpha(opacity=60);
}

#encSucesso
{
	/*display:none;*/
	position: absolute;
	margin: 0px auto 0px auto;
	top: 100px;
	left:24%;
	z-index:1001;
	width:700px;
	height:510px;
}
