#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: 100;
	display: none;
}


.popup{
	width: 100%;
	position: relative;
	display: none;
	z-index: 101;
}

.cnt223{
	width: 100%;
	min-width: 100px;
	max-width: 600px;
	margin: 10px auto;
	background: #ffffff;
	position: relative;
	z-index: 103;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
}

.popupImage{
	width: 100%;
	border: 1px solid black;

}