﻿.progressMin,
.progressVal,
.progressMax
{
	width:30px;
	float:left;
}

#orgList
{
		display:none;
}


/*-----------------wachtscherm---------------------*/
/*
		.UpdateProgress,.UpdateBackground1{
			position:absolute;
			top:0;
			left:0;
		}

		.UpdateProgress{
			z-index:1000;			
			width:100%;
			height:1200px;
		}
	
		.UpdateBackground1{
			background:#cdcdcd;
			filter:alpha(opacity=40);
			-moz-opacity:.40;
			opacity:.40;
			width:1600px;
			height:1200px;

		}


		.UpdateMessage{
			background-color:white;
			border:1px solid #454545;
			height:100px;
			line-height:100px;
			margin:200px auto;
			text-align:center;
			width:300px;
			z-index:1010;
			background-image:url(../images/wait.gif);
			background-position: 30px center;
			background-repeat:no-repeat;
		}
*/