.popup-style {
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	background: gray;
	width: 520px;
    min-height: 470px;
	z-index: 3;
	border: 1px solid lightgreen;
	box-shadow: 3px 3px 30px lightgreen;
	-o-box-shadow: 3px 3px 30px lightgreen;
	-ms-box-shadow: 3px 3px 30px lightgreen;
	-moz-box-shadow: 3px 3px 30px lightgreen;
	-khtml-box-shadow: 3px 3px 30px lightgreen;
	-webkit-box-shadow: 3px 3px 30px lightgreen;
}
.popup-style div {
	padding: 5px 10px 15px 20px;
	text-align: justify;
}
.popup-close-style {
	float: right;
	top: 20%;
	width: 15px;
	height: 15px;
	margin: -17px 5px 0 0;
	background: url(popup.png);
}
.popup-body-style {
	display: none;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.7;
	-o-opacity: 0.7;
	-ms-opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
}
.popup-style1 {
	display: none;
	/*position: ;*/
	top: 0%;
	left: 0%;
	background: gray;
	/*width: 0px;
    min-height: 0px;*/
	z-index: 3;
	border: 1px solid lightgreen;
	box-shadow: 3px 3px 30px lightgreen;
	-o-box-shadow: 3px 3px 30px lightgreen;
	-ms-box-shadow: 3px 3px 30px lightgreen;
	-moz-box-shadow: 3px 3px 30px lightgreen;
	-khtml-box-shadow: 3px 3px 30px lightgreen;
	-webkit-box-shadow: 3px 3px 30px lightgreen;
}
.popup-style1 div {
	padding: 5px 10px 15px 20px;
	text-align: justify;
}
.popup-close-style1 {
	float: right;
	top: 100%;
	width: px;
	height: px;
	margin: -17px 5px 0 0;
	background: url(popup.png);
}
.popup-body-style1 {
	display: none;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.7;
	-o-opacity: 0.7;
	-ms-opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
}