﻿/**************************************************************************************/
/*  Loading
/**************************************************************************************/
.loadingA, .loadingI
{
	position : absolute;

	top      : 9px;
	left     : 858px;

	width    : 30px;
	height   : 30px;
}

.loadingA
{
	display           : block;

	background-image  : url('../Assets/loading.gif');
	background-repeat : no-repeat;
}

.loadingI
{
	display : none;
}