﻿.AjaxProgress
{
    display:block;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    font-size: 11px;
    text-align: left;
    border: solid 1px #eeeeee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
    width:400px;
    height:150px;
    left:35%;
    top:15%;
    position : fixed;
    z-index:1000;
    filter:  alpha(opacity=100); 
}

.AjaxBox
{
}

.AjaxFade
{
    filter:  alpha(opacity=60); 
    width: 100%;
    top : 0;
    left : 0;
    bottom : 0;
    right : 0;
    z-index : 999;
    background-color : #aaaaaa;
    position : fixed;
}

.AjaxMessage
{
    display:block;
    width :100%;
    text-align:center;
    padding : 5px 1px 5px 1px;
}

.AjaxImage
{
    display:inline-table;
    background-image: url('images/AjaxProgress.gif');
    background-position:center;
    background-repeat :no-repeat;
    height:40px;
    width:100%;
}
