.essb-optinflyout {
	display: none;
	position: fixed;
	z-index: 1001;
	width: 500px;
	max-width: 90%;
	bottom: 5px;
	right: 5px;
}

.essb-optinflyout.essb-optinflyout-bottom-left {
	right: auto;
	left: 5px;
} 

.essb-optinflyout.essb-optinflyout-top-left {
	right: auto;
	left: 5px;
	bottom: auto;
	top: 5px;
}

.essb-optinflyout.essb-optinflyout-top-right {
	bottom: auto;
	top: 5px;
} 

.essb-optinflyout .essb-subscribe-form-inline {
	margin-bottom: 0px;
}

.essb-optinflyout-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-optinflyout .promo {
	font-weight: bold;
	font-size: 12px;
	color: #777;
	background: rgba(255,255,255,0.9);
	padding: 5px;
	text-align: center;
}

.essb-optinflyout .essb-optinflyout-closetext {
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
	padding: 10px;
}

.essb-optinflyout .essb-optinflyout-closeicon {
	float: right;
	cursor: pointer;
}

.essb-optinflyout .essb-optinflyout-closeicon i:before {
	font-size: 18px;
}