@keyframes stripes{from{background-position:0 0}to{background-position:750px 0}}@-webkit-keyframes stripes{from{background-position:0 0}to{background-position:750px 0}}#barLoaderOverlay{position:absolute;top:0;left:0;bottom:0;right:0;background:#fff;z-index:8999;display:none;opacity:0;filter:alpha(opacity=0);transition:opacity 2s;-webkit-transition:opacity 2s;-moz-transition:opacity 2s}#barLoaderContent{position:absolute;top:50%;left:50%;width:300px;padding:15px 25px;margin-left:-176px;background-color:transparent;border:0 none;z-index:9001;opacity:0}#barLoaderContent div.textContent{font-family:verdana!important;font-size:14px!important;margin-bottom:6px;display:block;color:#000}#barLoader{width:300px;height:18px;padding-right:2px;background-color:#a4a4a4;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#d5dce6),color-stop(1,#cfd6e0));background:-moz-linear-gradient(#cfd6e0 0,#d5dce6 100%)}#barLoaderBar{position:relative;display:block;overflow:hidden;height:16px;max-width:300px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-webkit-background-size:44px 44px;background-color:#d9232e;background:-webkit-repeating-linear-gradient(left,#d9232e,#d9232e 40%,#e04049 80%);background:-moz-repeating-linear-gradient(left,#d9232e,#d9232e 40%,#e04049 80%);border:1px solid #d5222d;animation-name:stripes;animation-duration:8s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;-webkit-animation-name:stripes;-webkit-animation-duration:8s;-webkit-animation-timing-function:linear;-webkit-animation-delay:.1s;-webkit-animation-iteration-count:infinite}