.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: -8px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: visible;
    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 {
    margin: 0;
    border: 0;
    vertical-align: middle;
    float: inherit;
    position: relative;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url('loading.html') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
  
/*
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
*/
   
}
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
  
   
    opacity: 0;
}
#big-modal {
 width: 655px;
}
#middle-modal {
    width: 455px;
}
#small-modal {
}
#feedback-modal-box {
 
}
#feedback-modal-box #feedback-infolist {
  
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}
#light-box {
    border-radius: 5px;
}
.modal-close {
  position:absolute;
  cursor: pointer;
  background:url(close.png) no-repeat top center;
  top:-45px;
  right: 0px;
  border:none;
  width:38px;
  height:38px;
}

.modal-close:hover {
  
}
