#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('./images/confirm/ie.png');
	background: rgba(0,0,0,0.7);
	filter: alpha(opacity=70);
	z-index:100000;
}

#confirmBox{
	background:url('./images/confirm/body_bg.jpg') repeat-x left bottom #e5e5e5;
	width:460px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	border-radius:5px;
	-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 div.confirm_name,
#confirmBox p{
	background:url('./images/confirm/header_bg.jpg') repeat-x left bottom #f5f5f5;
	padding: 18px 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}

#confirmBox div.confirm_name{
	border-radius: 5px 5px 0 0;

}


#confirmBox div.confirm_name{
	letter-spacing:0.3px;
	color:#888;
	font-size:1.4em;
	text-align:center;
}
#confirmBox div.confirm_name span.confirm_operation{
	letter-spacing:0.3px;
	color:#FF8200;
	font-size:1em;
	text-align:center;
}

#confirmBox p{
	background:none;
	font-size:1.1em;
	line-height:1.4;
	padding-top: 35px;
}

#confirmButtons{
	padding:15px 0 25px;
	text-align:center;
}

#confirmBox .button{
	display:inline-block;
	border-radius:3px;
	color:white;
	position:relative;
	font-size:1.4em;
	margin-right: 25px;
	padding: 5px 30px;
	text-decoration:none;
}

#confirmBox .gray {
	color:#888;
	background: #EEE; /* Old browsers */
	background: -moz-linear-gradient(top, #EEE 0%, #CCC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEE), color-stop(100%,#CCC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEE 0%,#CCC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEE 0%,#CCC 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #EEE 0%,#CCC 100%); /* IE10+ */
	background: linear-gradient(to bottom, #EEE 0%,#CCC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#confirmBox .gray:hover {
	background: #DDD; /* Old browsers */
	background: -moz-linear-gradient(top, #DDD 0%, #BBB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDD), color-stop(100%,#BBB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #DDD 0%,#BBB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #DDD 0%,#BBB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #DDD 0%,#BBB 100%); /* IE10+ */
	background: linear-gradient(to bottom, #DDD 0%,#BBB 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
#confirmBox .orange {
	background: #f77e00; /* Old browsers */
	background: -moz-linear-gradient(top, #f77e00 0%, #ff8200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f77e00), color-stop(100%,#ff8200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f77e00 0%,#ff8200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f77e00 0%,#ff8200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f77e00 0%,#ff8200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f77e00 0%,#ff8200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77e00', endColorstr='#ff8200',GradientType=0 ); /* IE6-9 */
}
#confirmBox .orange:hover {
	background: #fe8200; /* Old browsers */
	background: -moz-linear-gradient(top, #fe8200 0%, #e57500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe8200), color-stop(100%,#e57500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fe8200 0%,#e57500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fe8200 0%,#e57500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fe8200 0%,#e57500 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fe8200 0%,#e57500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8200', endColorstr='#e57500',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}

#submitLoad{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('./images/confirm/ie.png');
	background: rgba(0,0,0,0.1);
	filter: alpha(opacity=1);
	z-index:100000;
}

#submitLoad span.load{
	background:white ;
	position:fixed;
	left:50%;
	top:40%;
	margin:0;
	padding: 20px 10px 10px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	border-radius:5px;
	text-align:center;
}
