.cbOverlay {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.8);
	z-index:99999;
}
.cbOverlay.active {
	display:block;
}
.cbOverlay .cbOverlayClose {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
}
.cbOverlay .cBanner {
	background:#ddd;
	width:500px;
	height:260px;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999999;
	padding:20px;
	text-align:center;
	color:#333!important;
	max-width:80%;
}
.cbOverlay .cBanner h1 {
	text-transform:uppercase;
	font-weight:600;
	font-size:40px;
	margin-top:10px!important;
}
.cbOverlay .cBanner h2 {
	text-transform:uppercase;
	font-weight:600;
	font-size:24px;
}
.cbOverlay .cBanner p {
	font-size:16px;
}
.cbOverlay .cBanner a:not(.cbClose) {
	line-height:30px;
	padding:0 20px;
	margin:10px 5px 0;
	border:2px solid #555;
    display: inline-block;
}
.cbOverlay .cBanner a.cbClose {
	border-radius:100%;
	background:#fff;
	border:1px solid #555;
	width:30px;
	height:30px;
	position:absolute;
	right:-15px;
	top:-15px;
	text-align:center;
	font-size:20px;
	line-height:30px;
}
#conversionNotice {
	background:#eee;
	font-size:16px;
	line-height:40px;
	font-weight:500;
	text-align:center;
	margin-bottom:10px;
}