#continueConfirm{
	width:100%;
	height:100%;
	position:fixed;
	text-align:center;
	padding:100px 10px 10px 10px;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	left:0px;
	bottom:0;
	right:0;
	top:0px;
	z-index:100000;
}
#duplicateConfirm{
	width:100%;
	height:100%;
	position:fixed;
	text-align:center;
	padding:100px 10px 10px 10px;
	box-sizing:border-box;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	left:0px;
	bottom:0;
	right:0;
	top:0px;
	z-index:100001;
}

#duplicateConfirm > .continueBtn,
#continueConfirm > .continueBtn,
#duplicateConfirm > .stopBtn,
#continueConfirm > .stopBtn
{
	display:inline-block;
	margin-top:10px;
	width:30%;
	box-sizing:border-box;
	padding:8px;
	border-radius:5px;
	border:1px solid #757575;
	text-align:center;
	color:#333;
  cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+3,eaeaea+50 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

#duplicateConfirm > .continueBtn,
#continueConfirm > .continueBtn
{
	border:1px solid #20aa00;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57d939+0,3bb61f+50 */
	background: rgb(87,217,57); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(87,217,57,1) 0%, rgba(59,182,31,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(87,217,57,1) 0%,rgba(59,182,31,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(87,217,57,1) 0%,rgba(59,182,31,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57d939', endColorstr='#3bb61f',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
