/* styles for the ajax loader */
.ajax_loader{
    background-image: url('../../graphics/ajax_loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    bottom: 14px;
    height: 130px;
    position: fixed;
    right: 14px;
    width: 130px;
}