#adsplacer_pro_mobile_popup_container {
	display:block;
	padding:0;
	margin:auto 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	max-height: 100px;
	z-index: 9999999;
	background-color: #fff;
	color: #000;
	left: 0;
}
#adsplacer_pro_mobile_popup_centered {
	width: 100%;
	max-height: 100px;
	padding:0;
	margin:0;
}
#adsplacer_pro_mobile_popup_close_button {
	position: absolute;
	top: -30px;
	right: 25px;
	background: url(../images/close.png) center center no-repeat;
	width: 30px;
	height: 30px;
	z-index: 10;
}