﻿/*----------------For Use with Progress Indicator --------------------------*/
.Normal
{
}

.Progress
{
    background-color: #EEEEEE;
    background-image: url('../graphics/waiting.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
    cursor: wait;
    height: 30px;
}
    
