﻿.Normal
{
    /*
    background-color: #FFFFFF;
    */
    cursor: auto;
    padding: 10px;
    width: 20px;
    text-align: center;
    display: none;
}
         
.Progress
{
    /*
    border: dashed 1px #000000;
    */
	background:#e9e9e9;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: wait;
    padding: 10px;
    width: 20px;
    text-align: center;
    display:inherit;
    z-index:10000;
}    
