#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('/images/confirm/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:url('/images/bottom-bg.jpg') repeat-x left top #fcfcf0;
	width:460px;
	position:fixed;
	left:50%;
	top:40%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	
	-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;
}


#confirmBox h1{
	padding: 7px 25px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	color:#fff;
}

#confirmBox div.content{
	padding: 18px 25px;
	background:none;
	font-size:16px;
	line-height:1.4;
}

#confirmButtons{
	padding:15px 0 25px;
	text-align:center;
}

#confirmBoxClose {
	position:absolute;
	right:5px; 
	top:5px;
	background: url("/images/bigclose.png") no-repeat;
	background-size: 27px 27px;
	height: 27px;
	width: 27px;
	cursor: pointer;
}