/* CSS Document */

.popup_block {
	width: 150px!important;
	margin-top: -270px!important;
	margin-left: -120px!important;
	display: none;
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.popup_block p {
	text-align: justify
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
#fade {
	display: none;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: .80;
	z-index: 9999;
}
 @media only screen and (min-width: 460px) {
.popup_block {
	width: inherit!important;
	max-width:600px!important;
	margin-top: -204.5px!important;
	margin-left: -215px!important;
	position: fixed;
}
}
