.leightbox {

	display: none;
	position: absolute;
	top: 45%;
	left: 35%;
	width: 30%;
	height: 10%;
	padding: 1em;
	filter: alpha(opacity=100);
	text-align: left;
	z-index:1001;
	overflow: auto;
	background-image: url(../imageuploader/uploading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#ffffff;
	-moz-opacity: 0.4;
	opacity:.80;
	filter: alpha(opacity=80);
}
.progress {
	background-image: url(../imageuploader/uploading.gif);
	background-repeat: no-repeat;
}


.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
