.mnotifyajax {
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1000;
    background: rgba(0,0,0,0.4) url(loader.gif) 50% 50% no-repeat;
    width: 35px;
    height: 9px;
}