.black_overlay
{
	display:none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:1001;
}

.white_help, .white_membership, .white_info
{
	position: absolute;
	top: 10%;
	left: 20%;
	width: 60%;
	padding: 16px;
	border: 5px solid #61c7c4;
	background-color: white;
	z-index:1002;
	overflow: auto;
	opacity:1;
    /*border-radius: 25px;*/
}

.white_membership
{
	top: 40%;
	left: 30%;
	width: 40%;
}

.white_info
{
	top: 40%;
	left: 30%;
   width: 40%;
   height: 300px;
}

table.instructions
{
	width:400px;
}

td.instructions
{
	vertical-align: top;
	text-align: center;
	padding:5px;
	min-width: 300px;
}

.overlay_div
{
	padding:20px;
}

.overlay_close 
{
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.overlay_close:hover 
{
	color: #61c7c4;
}