#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #888888;
	z-index:10;
	opacity:0.6;
	filter: alpha(opacity=50);
}



#progress-container
{
  position: absolute;
  top: 50%;
  margin-top: -75px;
  left: 0;
  width: 100%;
  z-index:11;
}
#progress-box 
{
	color: black;
	display: none;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 400px;
	height: 150px;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	opacity: 1.0;
}


#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
}
td
{
color: black;
}

p
{
color: #FFFFCC;
}

h2
{
color: #FFFFFF;
}

p.error
{
color: #FF2020;
font-weight: bold;
}

