@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.ttf');
    font-weight: normal;
    font-style: normal;
}

.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;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    _height: 100%;
    margin: 100px auto;
}

.arcticmodal-container_i2 {
    padding: 0px;
    width: 0px;
    min-height: 0px;
    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('../images/loading.gif') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
    width: 350px;
    min-height: 160px;
    padding: 20px;
    background: #f5f5f5;
    color: #3c3c3c;
/*
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
*/
    _border-radius: 5px;
}
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}
#big-modal {
 width: 350px;
}
#middle-modal {
    width: 455px;
}
#small-modal {
    width: 410px;
}
#feedback-modal-box {
    width: 300px;
}
#feedback-modal-box #feedback-infolist {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    font-family: "Open Sans", Arial;
    height: 140px;
}
#light-box {
    border-radius: 5px;
}
