.essb-optinbooster {
	display: none;
	position: fixed;
	z-index: 1001;
	width: 700px;
	max-width: 90%;
}

.essb-optinbooster-overlay {
	position: fixed;
	_position: absolute; /* hack for IE 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 1000;
	display: none;
}

.essb-optinbooster-overlay .promo {
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-weight: bold;
	font-size: 13px;
	color: #777;
}

.essb-optinbooster .essb-optinbooster-closetext {
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
}

.essb-optinbooster .essb-optinbooster-closeicon {
	float: right;
	cursor: pointer;
}

.essb-optinbooster .essb-optinbooster-closeicon i:before {
	font-size: 18px;
}