@charset "utf-8";
/* CSS Document */
.podr-txt{
	
	}

#box{
	border:1px solid #E8E8E1;
	border-radius:10px;
	background-color:#DFDEBF;
	opacity:0.98;
	position:fixed;
	width:950px;
	height:800px;
	left:255px;
	top:165px;
	z-index:9998;
	display:none; 
	}
#box img{
	width:252px;
	height:157px;
	margin-top:80px;
	margin-left:30px; 
	}	

#cros{
    background-image:url(../images/cross0-1.png);
	position:fixed;
	width:30px;
	height:30px;
	left:1160px;
	top:180px;
	z-index:9999;

	}
#mes {
	margin-top:0px;
	border-radius:10px;
	position:fixed;
	width:600px;
	height:220px;
	left:550px;
	top:200px;
	z-index:9999;
	
	text-align:center;
	}
.mes p{
	display:none;
	text-align:center;
	}
.mes h2{
	display:none;
	margin-top:15px;
	text-align:center;
	}	