#overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 1000000;
	display: none;
}
.cnt223 #close{
	text-decoration: none;
	position:absolute;
	right:15px;
	top:15px;
	z-index:1020000;
	opacity: 0;
	filter: alpha(opacity=0);
	display:none;
}
.popup{
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	display: none;
	position: fixed;
	z-index: 1010000;
}
.cnt223{
	min-width: 500px;
	max-width: 500px;
	/*min-height: 300px;*/
	margin: 50px auto;
	background: #f3f3f3;
	position: relative;
	z-index: 1030000;
	padding: 0px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
}
