/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 avr. 2015, 11:26:08
    Author     : b.croquin
*/

div#loadingdiv
{
    display: none;
    width:400px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    background:url(spinner.gif) no-repeat center #fff;
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    border:1px solid #666;
    margin-left: -200px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;
}