#a2e-popup a {
	color: #42A2CF;
	text-decoration: none;
}
#a2e-popup a:hover {
	text-decoration: underline;
}
#a2e-popup p {
	margin: 1em 0;
}

#a2e-popup {
	width: 580px;
	border: 1px solid #999;
	border-radius: 16px;
	box-shadow: 0 0 16px rgba(0,0,0,0.35);
	padding: 10px 30px;
	font-size: 14px;
	text-align: center;
	color: #646464;
	font-family: verdana, sans-serif;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #c6c6c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#c6c6c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#c6c6c6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#c6c6c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
}
#a2e-popup #est-time {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #42A2CF;
	border-radius: 8px;
}
#a2e-popup #a2e-ad {
	width: 100%;
	background: #0081c2;
	color: #fff;
	text-align: left;
	line-height: 1.5em;
	padding: 1em !important;
	border-radius: 8px;
	box-sizing: border-box;
}
#a2e-popup .ad-title {
	font-size: 24px;
}

#a2e-popup .ad-body {
	padding-right: 20px;
}

#a2e-popup .highlight {
	color: #FFF080;
	font-weight: bold;
}
#a2e-popup #download-button {
	display: block;
	width: 160px;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 21px;
	border: 1px solid #1A8028;
	border-radius: 8px;
	background: #29cb44; /* Old browsers */
	background: -moz-linear-gradient(top,  #29cb44 0%, #1f9b34 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29cb44), color-stop(100%,#1f9b34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #29cb44 0%,#1f9b34 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #29cb44 0%,#1f9b34 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #29cb44 0%,#1f9b34 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #29cb44 0%,#1f9b34 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29cb44', endColorstr='#1f9b34',GradientType=0 ); /* IE6-9 */
}
#a2e-popup #download-button:hover {
	text-decoration: none;
	background: #2fe049; /* Old browsers */
	background: -moz-linear-gradient(top,  #2fe049 0%, #23af3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fe049), color-stop(100%,#23af3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2fe049 0%,#23af3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2fe049 0%,#23af3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2fe049 0%,#23af3a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2fe049 0%,#23af3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fe049', endColorstr='#23af3a',GradientType=0 ); /* IE6-9 */
}
#a2e-popup #continue-button {
	color: #42A2CF;
	cursor: pointer;
	font-weight: 900;
}
#a2e-popup:after,
#a2e-popup #a2e-ad:after {
	content: "";
	clear: both;
}
#a2e-popup img {
	float: left;
}
#a2e-popup .ad-right {
	width: 290px;
	float: right;
}