﻿.lf-control-loadingPanel
{
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	text-align: center;
}

.lf-control-loadingPanel .image
{
	position: absolute;
	
	left: 50%;
	top: 30%;
	margin-left: -16px;
	margin-top: -16px;
}

.lf-control-loadingPanel .text
{
	position: absolute;

	left: 50%;
	top: 80%;
	margin-left: -25px;
	margin-top: -10px;
	
	color: #555555;
	font-weight: bold;
}