div#progresswindowContainer {
	visibility: hidden;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #ccc;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: Alpha(opacity = 95);
}

div#progresswindow {
	width: 200px;
	margin: 150px auto;
	background-color: #fff;
	padding: 5px;
	border: 2px outset #bbb;
}

div#progresswindow table {
	width: 100%;
	margin: 0;
	padding: 0;
}

div#progresswindow td.message {
	font-size: 11px;
	padding-left: 5px;
}

div#progresswindow td.image {
	width: 32px;
	height: 32px;
}
