#confirmOverlay1{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	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);
	z-index:100000;
}

#confirmOverlay1 span.imaerp { width: 40px; height: 40px; background: url(../css/images/delete_icon.png) no-repeat 0 0; position: absolute; left: 662px; top: 2px; cursor:pointer;}

#confirmBox1{
	background:url(../css/images/Imagen-Erp.png) repeat-x left bottom #e5e5e5;
	width:700px;
	height:88%;
	position:fixed;
	text-align:center;
	left:40%;
	top:25%;
	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;
}

#confirmBox1 h1,
#confirmBox1 p{
	font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background:url('body_bg.jpg') repeat-x left bottom #f5f5f5;
	padding: 18px 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}

#confirmBox1 h1{
	letter-spacing:0.3px;
	color:#fff;
}

#confirmBox1 p{
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 35px;
}