﻿.Loader
{
	display: block;
	margin: 0px;
	padding: 0px;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 30001;
	background-color: #333;
	opacity: 0.8;
}
.Loader > p
{
	position: absolute;
	color: White;
	top: 50%;
	left: 45%;
	text-align: center;
}
