<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: top; }
.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_close { 
position: absolute; 
 right: -14px; 
 top: -14px; 
cursor: pointer; 
 height: 29px; 
 width: 29px; 
background-image: url('/rediz2014/images/corner.png'); z-index:999;
}
.box-modal_close:hover{
opacity: 0.8;
 }

 .box-modal {
    position: relative;
    width: 400px;
    padding: 16px;
    background: none repeat scroll 0% 0% #FFF;
    color: #3C3C3C;
    font: 14px/18px Arial,"Helvetica CY","Nimbus Sans L",sans-serif;
    box-shadow: 0px 0px 0px 6px rgba(153, 153, 153, 0.3);
    border-radius: 6px;
    text-align: center;
    top: 100px;
}

 .box-modal-action {
    position: relative;
    width: 600px;
    padding: 16px;
    background: none repeat scroll 0% 0% #FFF;
    color: #3C3C3C;
    font: 14px/18px Arial,"Helvetica CY","Nimbus Sans L",sans-serif;
    box-shadow: 0px 0px 0px 6px rgba(153, 153, 153, 0.3);
    border-radius: 6px;
    text-align: center;
    top: 100px;
}
</pre></body></html>