﻿@charset "utf-8";
/* CSS Document */
#error, #custom-error {display:none}
select { width:100% }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }

.ajaxloader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: +1000 !important;
    width: 100%;
    height: 100%;
}

    .ajaxloader img {       
        display: block; /*for the img inside your div */
        margin: 0 auto;
    } 