@charset "utf-8";
/* CSS Document */

img { border: solid 0px; }
.errorMsg { color:#f00;}

#wndHaze{
	background-color:#eef;
	height:100%;
	left:0;
	opacity:0.45;
	position:fixed;
	top:0;
	width:100%;
	z-index:9997;
}
div#overlay{
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:9998;
}

div#progressDialog{
	top:250px;
	width:150px;
	z-index:9999;
	background-color: #fff;
	border:1px solid #cccccf;
	padding:15px;
	margin:auto;
	position:relative;
}
div#progressIndicator img{float:left;}
strong#progressMessage
{
    float:right;
    text-align:center;
    padding:8px 7px;
    width:100px;
}
div#statusPanel
{
    overflow:auto;
    font-weight:bold;
    width:250px;
    margin:10px;
}
div#btnCloseProgressDialog{width:100px;margin:0 auto;margin-top:15px;}