﻿div#spinner {
    display: none;
    width: 120px;
    height: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url('/images/spinner.gif') no-repeat center #fafafa;
    text-align: center;
    padding: 10px;
    color: #0a0a0a;
    font: bold 14px Tahoma, Geneva, sans-serif;
    border: 3px solid #a0a0a0;
    border-radius: 5px;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}
