.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}
.popup_wrapper {
	z-index: 50;
	position: absolute;
	top: 240px;
	width:100%;
	text-align: center;
}
.popup_box {
	background-color: white;
	border: 6px solid #202020;
	width: 380px;
	margin: auto;
	padding: 20px;
	display: none;
}
.popup_box h1 {
	font-size: large;
	color:#202020;
	margin-bottom: 10px;
}
.popup_box h1 span {
	font-size: large;
	color:#970000;
}
.popup_box p {
	margin-bottom: 10px;
}
.popup_box form {
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
}
.popup_box dl {
	text-align:left;
	margin-top: 20px;
	margin-left: 60px;
	margin-bottom: 0px;
}
.popup_box dl dt {
	font-weight: bold;
	text-align: left;
	width: 100px;
}
.popup_box dl dd {
	margin-left: 100px;
	padding-left: 10px;
	text-align: left;
	width: 200px;
}
