/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

.essb_displayed_popup {
	display: none;
}

.essb_popup {
	/*padding: 20px;*/
	background-color: #ecf0f1;
	z-index: 999;
	/*border: 4px solid #bdbdbd;*/
}

.essb_popup h3 {
	margin: 0;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.essb_popup_content {
	padding: 20px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.essb_popup_shadow {
	position:fixed;
	_position:absolute; /* hack for IE 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background: rgba(99, 99, 99, 0.5);
	z-index:998;
}

.essb_popup_close {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: right;
	text-decoration: none;
}

.essb_popup_close a { text-decoration: none;}

.essb_popup_counter_text, .essb_popup_counter { width: 100%; text-align: right; font-size: 10px; }

.essb_popup button {
	border: none;
	padding: 0.6em 1.2em;
	background: #34495e;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

.essb_popup button:hover {
	background: #2c3e50;
color: #fff;
text-decoration: none;
}

.essb_popup_button_close {
	width: 100%;
	display: block;
	text-align: center;
}