.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10000; }
.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;   border-spacing: 0px;}
.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(../arcticmodal/loading.gif) no-repeat 50% 50%; }

.box-modal{position: relative;width: 950px;background: #fff;border-radius: 5px;padding:0px;margin:0px}
.box-modal_close {position:absolute;top:0px;right:0px;cursor:pointer;cursor:hand;width:40px;height:40px;background:url(../images/close_small.png) no-repeat 50% 50%}
.box-modal_close:hover {background:url(../images/close_small_blue.png) no-repeat 50% 50%}