﻿.waiting_panel, .waiting_window_layer
{
	position: fixed;
	z-index: 2; /*display: none;*/
}

.waiting_window_layer
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.5; /* other browsers */
	filter: alpha(opacity=50); /* IE */
}

.waiting_panel
{
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -80px;
	width: 200px;
	height: 160px;
}

.waiting_panel .image
{
	width: 50px;
	height: 50px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px; 
}

.waiting_panel .text
{
	position: relative;
	top: 70%;
	text-align: center;
}

.waiting_panel .text *
{
	white-space: nowrap;
	color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
}

