.box_payment_visible {

	position: absolute; 
	
	width: 380px; 
	height: 100px; 
	
	top: 178px; 
	left: 363px; 
	
	background-color:#ffffff; 
	
	text-align: center;
	
	padding-top: 3px;
	
	z-index: 1000;
	
	}

.box_payment_hidden { display: none; }
