.pw-notice-modal-screen {
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     overflow: none;
     text-align:center;
     z-index: 9000;
     background: black;
     overflow-x: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.pw-notice-modal-window {
	position: absolute;
	top: 7%;
	z-index: 9001;
	width: 500px;
	min-height: 420px;
	max-width: 80%;
	background: #fff;
	margin: 0 auto;
	left: 0;
	right: 0;
	line-height: 1.4;
	padding: 5px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	min-height: 100px;
}
.pw-notice-modal-close {
	background: #aaa;
	position: absolute;
	font-size: 20px;
	color: white;
	padding: 5px 12px 3px 12px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-khtml-border-radius: 30px;
	margin-top: -20px;
	margin-left: -30px;
	z-index: 9002;
	cursor: pointer;
	font-family: helvetica, arial;
}
.pw-notice-modal-window p {
	font-size: 1.3em;
	line-height: 1.4;
	margin: 15px 0;
}
.pw-notice-modal-window a {
	color: red;
	text-decoration: underline;
}
.pw-notice-modal-window .image-1 img {
	/*max-width: 375px;*/
}
.pw-notice-modal-window .image-2 img {
	max-width: 40%;
	margin-top: 13px;
}
.pw-notice-modal-final-content {
	background: black;
	color: white;
	padding: 1px 10px;
	margin-top: -15px;
	margin-bottom: -15px;
}
.pw-notice-modal-final-content p {
	font-weight: bold;
	font-family: helvetica, arial;
	font-size: 0.9em;
}