/* CSS Document */

div.loadingBar {
/*
Eventuell für andere Browser (alter firefox) debugen
*/
	border-radius: 10px;
	display: none;
	background-color:#FFFFFF;
	width: 400px;
	height: 110px;
	z-index: 50;
}

div.loadingOrignial {
	position:absolute;
	
	border: 1px black solid;
	margin: 2px;
	width: 15px;
	height: 15px;
	background-color: #EAEEFF;
}

div.loadingBarBackground{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
	z-index: 1;
}