<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.add_img_wrap {position:relative; width:100%; text-align: center; display:inline-block; } 
.add_img_wrap:after{content:"";clear:both;height:0;}
.add_img_wrap a {position:relative;display:inline-block; cursor: pointer; padding:5px; } 
.add_img_wrap a.center:after{content:"";clear:both;height:2px;}
.add_img_wrap a img {width:100%; height:auto; max-width:100%; max-height:100%; vertical-align: top;  }
.add_img_wrap a .btn_icon {position: absolute;  border: 0 none; bottom: 5px; right: 5px; height: 20px; width: 20px; overflow: hidden; text-indent: 100px; white-space: nowrap; background: url("../images/icons.gif") no-repeat scroll 0 0 transparent;}
.add_img_wrap a .btn_icon.p {background-position:0 0;}
.add_img_wrap a .btn_icon.m {background-position:0 -20px;}

#addImgPopOverlay {position:fixed;top:0; left:0; display:block; width:100%;height: 100%; background:#000; opacity:0.8; z-index:9998;}
#addImgPopArea{position:relative; display:block;  width: 100%;height: 100%;z-index:9999; }
#addImgPopBox{display: table-cell; width:100%; height: 100%; z-index:9999;  text-align: center; padding:auto; display:inline-block;}
#addImgPopBox img {width:100%; height:auto;  max-height:100%; margin:auto; vertical-align: middle;}


</pre></body></html>