﻿#UpdateProgressDialog.UpdateProgress
{
    z-index:9999999989;
    left:0;
    top:0;
    display:none;
    position:fixed;
}

#UpdateProgressDialog.UpdateProgress .background
{
    left:0;
    top:0;
    background-color:#AAA;
    z-index:9999999990;
    position:fixed;
    zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#UpdateProgressDialog.UpdateProgress .dialog
{
    text-align:center;
    z-index:9999999991;
    position:fixed;
    width:300px;
    height:40px;
    left:0;
    top:0;
    border:4px solid #F9F9F9;
    padding-top:20px;   
    padding-bottom:15px;
    color:#666;
    background-color:#ECECEC;
}

#UpdateProgressDialog.UpdateProgress .dialog .loading
{
    background-image:url(images/ico_loading_bar.gif);
    background-repeat:no-repeat;
    background-position:center center;
    height:19px;
}

#UpdateProgressDialog .UpdateProgressDescription
{
    color:#444;
}