.overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:4900;
	background:url("https://www.advancedsystemrepair.com/asr/helper/img/overlay-bg.png")

}

.chrome-arrow {
	position:fixed;
	z-index:5000;
	bottom:15px;
	left:125px
}

.ie9-arrow {
	position:fixed;
	bottom:75px;
	left:50%;
	margin-left:-455px;
	z-index:5000
}

.ff-arrow {
	position:fixed;
	bottom:25px;
	left:50%;
	margin-left:-455px;
	z-index:5000
}

.chrome-arrow-only {
	position:fixed;
	left:0;
	bottom:0;
	z-index:5100
}

.ff-arrow-only {
	position:fixed;
	top:0;
	right:15px;
	z-index:5100
}

#delaypop {
	font-family:sans-serif;
	position:fixed;
	top:130px;
	width:500px;
	height:auto;
	left:47%;
	margin-left:-217px;
	z-index:300;
	background:#6badf7;
	padding:15px 5px;
	font-size:16px;
	border:1px solid #688cbc;
	display:none
}

#delaypop #delayhead {
	padding:5px 0 10px 0;
	position:relative
}

#delaypop #delayhead h4 {
	text-align:center;
	margin:0;
	text-transform:uppercase;
	font-size:1.1em;
	line-height:1;
	position:relative;
	top:-4px;
	  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#delaypop #delayhead a {
	position:absolute;
	right:0;
	top:-15px;
	background:#c05648;
	display:block;
	width:35px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#delaypop #delaycopy {
	background:#FFF;
	text-align:center;
	padding:20px 0 20px 0
}

#delaypop #delaycopy h2 {
	font-size:1.4em;
	margin:0;
	color:#0690c9;
}

#delaypop #delaycopy a#delaydownload {
	display:block;
	font-weight:bold;
	font-size:1.2em;
	width:70%;
	margin:10px auto;
	text-decoration:none;
	padding:12px 0 10px 0;
	background:#04B404;
	color:#fff;
	border:2px solid #028607;
	border-radius:50px;
}

#delaypop #delaycopy a#delaydownload img {
	margin-right:10px;
	position:relative;
	top:4px
}

#delaypop #delaycopy p {
	background:#e6e6e6;
	font-size:0.7em;
	margin:0;
	padding:10px 15px
}