 .redeem_up {
    display: none;
    position: fixed;
    bottom: 0;
	left:auto;
	max-width: 750px;
    width: 100%;
    background-color: #F9F9FB;
	border-top-left-radius:10px;
	border-top-right-radius: 10px;
	z-index: 9999;
	
}

.redeem_close_btn {
	position: absolute;
    top: 8px;
    right: 8px;
	font-size:25px;
}



