.bView{
	
	background-color:  black;
	opacity: 0.7;
	
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	left: 0;
	
	z-index: 999;
	
}

.signContainer{

	position: absolute;

	display: block; 
	
	text-align: center;
	background-color: white;
	
	top: 12%;
	border-radius: 7px;

	
	z-index: 9999;
	
	width: 500px;
	height: 300px;
	
	padding: 10px;
}

.sLegend{
	
	margin-top: 10px;
	
	
}

.pay_button{
	
	margin-top:40px;
	margin-bottom: 20px;
	
	
}