#overlay {
	background: #000;
	position: absolute; 
	top: 0; left: 0;
	z-index: 10000;
	width: 100%;
}
.prettyPopin {
	background: #dedede;
	display: none;
	overflow: hidden;
	position: absolute; 
	z-index: 11000;
	top: 50%; 
	left: 50%;
}
.prettyPopin a#b_close {
	display: none;
	position: absolute; 
	z-index: 2;
	top: 10px; 
	right: 13px;
	width: 45px;
	height: 25px;
	font-weight: bold;
	text-decoration: none;
}
.prettyPopin .prettyContent {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 1.2em;
}
.prettyPopin .prettyContent .prettyContent-container {
	display: none;
	padding: 30px 15px 15px 15px;
}
.prettyPopin .prettyContent .loader {
	position: absolute;
	top: 50%; 
	left: 50%;
	margin: -14px 0 0 -14px;
}
.prettyPopin .prettyContent .popupContent {
	padding: 15px 0 10px 0;
}
.prettyPopin .prettyContent .popupContent h3 {
	font-size: 1.1em;
	margin: 0 0 12px 0;
}
.prettyPopin .prettyContent .popupContent p {
	font-size: 0.9em;
	line-height: 15px;
	margin: 0 0 16px 0;
}
.prettyPopin .prettyContent .popupContent p.source {
	font-size: 0.8em;
	margin: 20px 0 0 0;
}