.overlay {
	z-index: 1050;
	position: fixed;
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}

.modal_container {
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1052;
	padding: 15px;

	border: 5px solid #bece00;
	border-radius: 5px;
	font: inherit;
	color: #777;
}

.modal_container div.close-button-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 27px;
	height: 27px;
	background-color: #bece00;
	border-bottom-left-radius: 50%;
}

.modal_container .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	width: 22px;
	height: 22px;

	font-size: 22px;
	line-height: 22px;
	text-align: center;
}

.modal_container .btn-close:hover {
	background-color: #659b01;
}

.modal_container h2:first-child, .modal_container h3:first-child {
	background: #bece00!important;
	color: #fff!important;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	margin: -15px -15px 0 -15px;
	line-height: 22px;
	height: 27px;
}

.modal_container div.buttons {
	text-align: right;
}
