@charset "utf-8";
#ajax-show{display:none;width:100%;height:100%;position:fixed;z-index:10000;font-size:14px;text-align:center;color:#fff;line-height:130%;top:0px;background-color : rgba(255,255,255,0.15)}
#ajax-loading{border-radius:6px; -webkit-border-radius:6px;-moz-border-radius:6px;padding:82px 15px 0px;width:96px;height:44px;position:fixed;top:48%;left:50%;margin:-63px 0px 0px -63px;position:fixed;background:url(../images/ajax-loader.gif) no-repeat center 34px #000;background-size:32px 32px;z-index:100;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;-webkit-opacity:0.8;}
#ajax-msg{width:260px;height:60px;color:#fff;text-align:center;position:fixed;top:48%;left:50%;margin:-30px 0px 0px -140px; z-index:300; border-radius:5px; -webkit-border-radius:5px;-moz-border-radius:5px;background-color:rgba(0,0,0,0.7);display:flex;display:-webkit-flex;align-items:center;justify-content:center;padding:0px 10px}