.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { 
  overflow: auto; 
  margin: 0; 
  padding: 0; 
  border: 0; 
  border-collapse: collapse; 
  -webkit-overflow-scrolling: touch;
}
.arcticmodal-container > * { -webkit-transform: translateZ(0px); }
*: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; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }

.box-modal {
  position: relative;
  padding: 0;
  background: #f0f0ed none repeat scroll 0 0;
  border: 1px solid #c7b61a;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

.arcticmodal-close { 
  position: absolute; 
  top: 3px; 
  right: 3px; 
  display: block; 
  width: 29px; 
  height: 29px; 
  background-image: url(../images/close.png); 
  z-index: 2; 
}
.arcticmodal-close:hover { background-position: 29px; }

.arcticmodal-help { 
  position: absolute; 
  top: 12px; 
  left: 12px; 
  display: block; 
  width: 29px; 
  height: 29px; 
  background: url(../images/help.png); 
  z-index: 2; 
  outline: none; 
}
.arcticmodal-help:hover { background-position: -29px !important; }

.arcticmodal-container .title_container {
  position: absolute; top: 0px; left: 0; width: 100%; padding: 7px 0; text-align: left; 
  background-color: rgba(75, 87, 95, 0.9);
}
.arcticmodal-container .title_container .title:not(.inputbox) { margin: 0 40px 0 10px; font-weight: bold; color: #fff; }
.arcticmodal-container .box-modal.has-title { padding-top: 30px; }
