#ajax-loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/circle_preloader2.GIF);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 0.7;
}

.formular_wrapper{
    margin-top: 15px;
}

.hidden{
    display: none;
}