/*
<div id="Overlay01">
	<div id="Overlay01_Background"></div>
	
	<div id="Overlay01_Container" onclick="fLoadPageConfirm('index.php','Are you sure you wish to exit the upload?')">
		<div id="Overlay01_VDistancer"></div>
		<div id="Overlay01_Content">

		</div>
	</div>
</div>
*/


#Overlay01
{
	cursor: pointer;
}

#Overlay01_Background
{
	cursor: pointer;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;	
	text-align: center;
}


#Overlay01_Container
{
	cursor: pointer;
	position: absolute; 
	z-index: 101;
	top: 20%; 
	width: 100%; 
	height: 1px; 
	overflow: visible;
	text-align: center;
}


#Overlay01_Content
{
	cursor: pointer;
}



















#Overlay02
{
	
}

#Overlay02_Background
{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;	
	text-align: center;
}


#Overlay02_Container
{
	position: absolute; 
	z-index: 101;
	top: 20%; 
	width: 100%; 
	height: 1px; 
	overflow: visible;
	text-align: center;
}


#Overlay02_Content
{
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:center;
		height:27.5em;
		width:45em;
		clear:left;
		background-color:#EEEEEE;
		border:1px solid #000000;
		border-top-color:#FFFFFF;
		border-left-color:#000000;
		font-weight: bold;
		font-size: 16;
}
