 #confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1200;
	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);
}

#confirmBox{
	background:#ffffff;
	width:600px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border-radius:10px;
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	z-index:1500;
}
#confirmBox h1/*,
#confirmBox p*/{
	background:#ffffff;
	padding:23px 10px 0;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
	margin:0;
}

#confirmBox h1{
	letter-spacing:0.3px;
	color:#000;
	border-radius:10px;
	text-align:left;
	font-size:16px;
	font-family:'Source Sans Pro', sans-serif;
}

#confirmBox p{
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 15px;
	/*border-top:1px solid #ccc;*/
	border-bottom:1px solid #ccc;
}

#confirmButtons{
	padding:0px 0 12px;
	margin-right: 33px;
	float:right;
}

#confirmBox .button{
	display:inline-block;
	background:#f56954;
	color:white;
	position:relative;
	height: 33px;
	float:left;
	font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	border-radius:5px;
	margin-right: 15px;
	padding:0 28px;
	text-decoration:none;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	cursor:pointer;
}

#confirmBox .button:last-child{	margin-right:0;}

#confirmBox .button span{
	position:absolute;
	top:0;
	right:-5px;
	background:#ffffff;
	width:5px;
	height:33px
	border-radius:5px;
	text-align:center;
}

#confirmBox .blue{				background:#367fa9;}
#confirmBox .blue span{			background:#367fa9;}
#confirmBox .blue:hover{		background:#367fa9;}
#confirmBox .blue:hover span{	background:#367fa9;}

#confirmBox .gray{				background-position:#f56954; }
#confirmBox .gray span{			background-position:#f56954; }
#confirmBox .gray:hover{		background-position:#f56954;}
#confirmBox .gray:hover span{	background-position:#f56954;}

#confirmBox .close{
	background: url("fancybox.png") repeat scroll -40px 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 1103;
	padding:0;
	text-indent:-3000px;
}
#confirmBox .close span{
	background:none;	
}
#confirmBox .message { padding: 0px 10px;}
