#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100000;
	background:rgba(255, 255, 255, 0.75);
}

#popup-wrap #confirmOverlay{ position:absolute;}

#confirmBox{
	width:420px;
	padding:20px 20px 10px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-70px 0 0 -230px;
	border-radius:10px;
	background:#fff;
	border:1px solid #ccc;
}

#confirmBox h1{
	color:#333;
	font-size:117%;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

#confirmBox p{
	line-height:1.4;
	font-size:109%;
	padding-top: 10px;
}

#confirmButtons{
	width:100%;
	padding-top:15px;
	text-align:right;
}

#confirmButtons a{
	display:inline-block;
	width:auto;
	min-width:80px;
	height:30px;
	padding:0 5px;
	margin-left:10px;
	text-align:center;
	line-height:30px;
	border-radius:3px;
	position:static;
	margin-top:0;
}

#confirmButtons .button1{
	color:#fff;
	background:#00CC99;
	border:1px solid #00CC99;
}

#confirmButtons .button2{
	color:#fff;
	background:#97A5A6;
	border:1px solid #97A5A6;
}


/*------------------------------------------------------------ 
    MediaQuery
------------------------------------------------------------*/  

@media screen and (max-width: 560px){

#confirmBox{
	width:280px;
	padding:20px 10px 10px;
	margin:-70px 0 0 -151px;
	border-radius:5px;
}


}
