#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('../images/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: none repeat scroll 0 0 #3C3C3C;
    border: 5px solid #FFFFFF;
	width:460px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
}



#confirmBox h1,
#confirmBox p{
	background:#f5f5f5;
	padding: 10px;
	text-shadow: none !important;
	color:#666;
	font-size:14px;
}

#confirmBox h1{
	letter-spacing:0.3px;
	color:#888;
	font-size:20px;
	font-weight:bold;
}

#confirmBox p{
	background:none;
	font-size:14px;
	line-height:1.4;
	color:#ffffff;
	font-weight:bold;
}

#confirmButtons{
	text-align:center;
}

#confirmBox .button{
	
}
/*#confirmBox .button{
	width: 155px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px;
	background: #00b2a9;
	border-radius: 4px;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	font-family: LubaBook, "ITCLubalinGraphW01-Bk", "Times New Roman",Arial,"Myriad Pro";
	float: right;
}*/

#confirmBox .button .gray{
	width: 155px;
	margin-right: 5px;
	margin-left: 10px;
	border: 0px;
	background: #979797 !important;
	border-radius: 4px;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	font-family: LubaBook, "ITCLubalinGraphW01-Bk", "Times New Roman",Arial,"Myriad Pro";
	float: right;
}

#confirmBox .button:last-child{	margin-right:0;}