#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.3), rgba(11,11,11,0.8)) repeat-x rgba(11,11,11,0.3);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.3)), to(rgba(11,11,11,0.8))) repeat-x rgba(11,11,11,0.3);
	z-index:100000;
	text-align:center;
}

#confirmBox{
	/*background:url('body_bg.jpg') repeat-x left bottom #e5e5e5;*/
	background-color:#fff;
	width:360px;
	height:200px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -130px;
	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;
	
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	
	
	
	
}

#confirmBox h1,
#confirmBox p{
	font:18px/1 'Dosis', sans-serif;
	background-color: #eee;
	/*background:url('header_bg.jpg') repeat-x left bottom #f5f5f5;*/
	padding: 10px 25px;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);*/
	color:#666;
	
		-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	
	
	
	
	
}

#confirmBox h1{
	letter-spacing:0.5px;
	font-size:16px;
	color:#555;
	font-weight: 600;
}

#confirmBox p{
	background:none;
	font-size:16px;
	line-height:1.2;
	padding-top: 35px;
}


/* - - CSS button - - - */


#confirmBox .button {
	margin: 15px 0 0 0 ;
	-moz-box-shadow:inset 0px 1px 0px 0px #79e0d2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #79e0d2;
	box-shadow:inset 0px 1px 0px 0px #79e0d2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0ab5a1), color-stop(1, #078f7d) );
	background:-moz-linear-gradient( center top, #0ab5a1 5%, #078f7d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ab5a1', endColorstr='#078f7d');
	background-color:#0ab5a1;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #0b7d6c;
	display:inline-block;
	color:#ffffff;
	font:17px/33px 'Dosis', sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:121px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #0e8c79;
}
#confirmBox .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #078f7d), color-stop(1, #0ab5a1) );
	background:-moz-linear-gradient( center top, #078f7d 5%, #0ab5a1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#078f7d', endColorstr='#0ab5a1');
	background-color:#078f7d;
}
#confirmBox .button:active {
	position:relative;
	top:1px;
}



/*
#confirmButtons{
	padding:15px 0 25px;
	text-align:center;
}

#confirmBox .button{
	display:inline-block;
	background:url('buttons.png') no-repeat;
	color:white;
	position:relative;
	height: 33px;
	font:17px/33px 'Dosis', sans-serif;
	margin-right: 15px;
	padding: 0 35px 0 40px;
	text-decoration:none;
	border:none;
}

#confirmBox .button:last-child{	margin-right:0;}

#confirmBox .button span{
	position:absolute;
	top:0;
	right:-5px;
	background:url('buttons.png') no-repeat;
	width:5px;
	height:33px
}

#confirmBox .blue{				background-position:left top; text-shadow:1px 1px 0 #5889a2;}
#confirmBox .blue span{			background-position:-195px 0;}
#confirmBox .blue:hover{		background-position:left bottom;}
#confirmBox .blue:hover span{	background-position:-195px bottom;}

#confirmBox .gray{				background-position:-200px top; text-shadow:1px 1px 0 #707070;}
#confirmBox .gray span{			background-position:-395px 0;}
#confirmBox .gray:hover{		background-position:-200px bottom;}
#confirmBox .gray:hover span{	background-position:-395px bottom;}
*/