#ContentLocker
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; 
    left: 0px;
    text-align: center;
    vertical-align: middle;
}
#ContentLockerBackground
{
    filter: Alpha(Opacity=40); 
    -moz-opacity: 0.4; 
    opacity: 0.4;
    width: 100%; 
    height: 100%; 
    background-color: #999999;
    position: absolute;
    /*z-index: 10000;*/
    top: 0px; 
    left: 0px;
}
#UpdateProgressBox
{
	display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid 1px black;
    background-color: White;
    padding: 20px;
    /*z-index: 10001;*/
}
#MessageBox
{
	display: none;
    position: absolute;
    background-color: #e0e0e0;
    border: solid 1px black;
    padding: 20px;
    text-align: center;
    width: 350px;
    /*z-index: 10001;*/
}                
#MessageBoxText p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}                
#MessageBoxCommands input
{
	width: 80px;
}                

