/**
 * Ajax
 */
.ajax-progress .throbber,
.ajax-progress-overlay .throbber {
    display: block;
    background: #000008 url(images/ajax_loader.png) 0 0 no-repeat;
    height: 22px;
    width: 28px;
    margin-top: -11px;
}

.ajax-progress-overlay .throbber {
    margin-left: -14px;
}