@charset "Windows-1251";
/* CSS Document */
.loaddiv
{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:20;
	width:100%;
	height:100%;
}
.loadtext
{
	position: fixed;
	color:#000;
	font:"Times New Roman", Times, serif;
	font-size:18px;
	z-index:21;
}

.textstart
{
	position:fixed;
	right:0px;
	top: 130px;
	font:"Times New Roman", Times, serif;
	font-size:18px;
	color: #000;
	z-index:7;
	text-align:center;
	width:100%;
	height:100%;
}

.textLabelBottom
{
	position:fixed;
	top: 150px;
	font:"Times New Roman", Times, serif;
	font-size:18px;
	color: #000;
	z-index:7;
	text-align:center;
	width:100%;
	height:100%;
}
.textLabel
{
	position:fixed;
	right:0px;
	top: 0px;
	font:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:40px;
	color: #000;
	z-index:7;
	text-align:center;
	width:100%;
	height:100%;
	
}
.texterror
{
position:fixed;
	right:0px;
	top: 0px;
	font:"Times New Roman", Times, serif;
	font-size:18px;
	color: #000;
	z-index:7;
	text-align:center;
	width:100%;
	height:100%;
}