
#popup_background {
	filter: Alpha(Opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	background-color: #000;
	overflow: hidden;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.popup_container {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	position: absolute;
	top: 100px;
	left: 50%;
	padding: 0;
	background-image: url(../images/bg-white.jpg);
	background-repeat: repeat;
	box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	z-index: 10000;
}
.popup_format { /* margine [-(height/2)px 0 0 -(width/2)px] */
	width: 50%;
	margin-left: -25%;
	padding: 0;
}
.popup_close {
	height: 23px;
	width: 23px;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
}
.popup_close:hover {
	background-image: url(../images/close-hover.png);
}
