 
#ajax_status {
	
}

#log {

}

.ajax-loading {
            border: #986631 1px solid;
            width: 80px;
            height: 80px;
            background: white url(../gfx/global/ajax-loader.gif) no-repeat center;
            filter:alpha(opacity=90);
            -moz-opacity:.90;
            opacity:.90;
            position: fixed;
            top: 10px;
            right: 10px;
            z-index: 500;
}