#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	/*background:url('ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	*/z-index:100000;
}

#confirmBox{
	background-color: #eee;
	width:260px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -130px;
	
	border-radius: 20px;
}

#confirmBox h1,
#confirmBox p{
	padding: 10px 25px;
}

#confirmBox h1{
	letter-spacing:0.3px;
	color:#888;
	display: none;
}

#confirmBox p{
	background:none;
    margin-bottom: 0;
}

#confirmButtons{
	text-align:center;
}

#confirmBox .button{
	display:inline-block;
	position:relative;
	height: 30px;
	
	margin-right: 15px;
	padding: 0 35px 0 40px;
	text-decoration:none;
	border:none;
	
	text-align: center;
    width: 47%;
}

#confirmBox .button:last-child{	margin-right:0;}

#confirmBox .button span{
	position:absolute;
	top:0;
	right:-5px;
	width:5px;
	height:33px;
}
