
.div-banklink {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: black;
	background: rgba(0, 0, 0, 0.8);
   }

.div-banklink-main {
	position: absolute;
	width: 500px;
	height: 500px;
	z-index: 15;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -250px;
	background: white;
	background: rgba(255, 250, 255, 1);
   }
.btn-banklink-close {
	text-align: right;
}