html, body{	margin: 0px;	padding: 0px;	font-family: arial;	font-size: 14px;	/*visibility: hidden;*/	overflow: hidden;	}
.Clear{	clear: both;	}

/*Start of LightBox*/
#Overlay
{
	width: 100%;
	height: 100%;
	background-color: #333333;
	opacity: 0.9;
	filter: alpha(opacity=50);
	z-index: 1000;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
}

#LightBox
{
	/*width: 600px;*/
	/*width: 900px;*/
	/*height: 400px;*/
	/*height: 600px;*/
	background-color: #FAFAFA;
	z-index: 1100;
	visibility: hidden;
	/*position: fixed;*/
	position: absolute;
	top: 0;
	left: 0;
	
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;	
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	overflow: hidden;
}
/*End of LightBox*/

/*Start of Loading*/
#Loading{	width: 100%;	height: 100%;	background: #FFFFFF; position: fixed;	z-index: 3000;	top: 0;	left: 0;	}
#Loading > .Content{		position: relative;	text-align: center;	visibility: hidden;	}
#Loading > .Content > span{	font-weight: bolder;	font-size: 18px;	color: #C72D2D;	}
#Loading > .Content >img{		margin-top: 100px;	}
#Loading_Bar_Container{	position: relative; overflow: hidden;	text-align: center;	/*margin-top: 40px;*/margin-top: 0px;	}
#Loading_Bar{	position: relative;	overflow: hidden; width: 200px; height: 30px; 
	-webkit-border-radius: 10px;	-khtml-border-radius: 10px;		-moz-border-radius: 10px;	border-radius: 10px;
	border: 5px solid #666666;	margin: 0 auto;
}
#Loading_Bar_Red{	position: absolute;	overflow: hidden;	width: 200px; height: 30px;	background: #C72D2D;	top: 0px; left: -200px;	}
#Loading_Bar > .Text{	position: absolute; overflow: hidden; width: 100%; top: 3px; left: 0px; font-weight: bolder; color: #FFFFFF;	text-align: center;	font-size: 20px;	}
/*End of Loading*/

.Clear{	clear: both;	}
