.arcticmodal-overlay,
.arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 30000;
}
.arcticmodal-container {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
*:first-child+html .arcticmodal-container {
	height: 100%
}
.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto;
}
.arcticmodal-container_i2 {
	padding: 24px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}
.arcticmodal-error {
	padding: 20px;
	border-radius: 10px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.arcticmodal-loading {
	background: #fff url(../img/loading.gif) no-repeat center center;
	height:200px;
	position:absolute;
	width:100%;
	opacity: 0.5;
	left:0;
	top:0;
	height: 100%;
	z-index:10000;
}

.box-modal {
	position: absolute;
	top: 0;
	right: 0;
	min-height: 100%;
	background: #fff;
	color: #3c3c3c;
	box-shadow: rgba(0,0,0, 1) 0px 0px 9px;
	-moz-box-shadow: rgba(0,0,0, 1) 0px 0px 9px;
	-webkit-box-shadow: rgba(0,0,0, 1) 0px 0px 9px;
}
.box-modal.xlg {
	width: 80%;
}
.box-modal.lg {
	width: 70%;
}
.box-modal.md {
	width: 60%;
}
.box-modal.sm {
	width: 50%;
}
.box-modal.xs {
	width: 40%;
}
@media (max-width: 1100px) {
	.box-modal.xlg {
		width: 90%;
	}
	.box-modal.lg {
		width: 85%;
	}
	.box-modal.md {
		width: 80%;
	}
	.box-modal.sm {
		width: 75%;
	}
	.box-modal.xs {
		width: 70%;
	}
}
@media (max-width: 760px) {
	.box-modal.xlg,
	.box-modal.lg,
	.box-modal.md,
	.box-modal.sm,
	.box-modal.xs {
		width: 100%;
	}
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }