﻿
        .updateProgress {
            border-width:1px; 
            border-style:solid; 
            background-color:#CCCCCC; 
            position:absolute; 
            width:130px; 
            height:50px;    
        }
        .updateProgressMessage {
            margin:3px; 
            font-family:Trebuchet MS; 
            font-size:small; 
            vertical-align: middle;
        }
        .background {
            background-color:gray; 
            filter:alpha(opacity=30); 
            opacity:0.1; 
        }        
    