.pop-up-button { position: relative;}
.pop-up-screen {
	display: none;
	position: absolute;
	width: 80%;
	margin-left: 40%;
	left: -30%;
	background: #fff;
	box-shadow: 0 3px 5px #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index:99999;
}

.overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: -20px;
	right: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0.5;
	z-index:99998;
	height: 1500px;
}

.pop-up-content {
	padding: 10px 20px 30px 20px;
}

.half
{
	display: inline-block;
	width: 49%;
	min-width: 400px;
	vertical-align: top;
}
.acenter
{
	text-align: center;
}

.pop-up-content blockquote {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	margin: 0.25em 0;
	margin-left: 20px;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
}

.pop-up-content blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}

.pop-up-content blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
.pop-up-content blockquote cite:before {
	content: "\2014 \2009";
}

.pop-up-content .foot
{
	font-size: 11px;
	font-weight: bold;
}