.Loader {
    background: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    z-index: 99000;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -moz-opacity: 0.65;
}

.LoaderBox {
    background: #fff;
    width: 280px;
    height: 110px;
    z-index: 99001;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    color: #C21C1D;
    text-align: center;
    border: dotted 1px #C21C1D;
}
