﻿.waiting
{	
	left: 50%; top: 50%;
	position: fixed;
    _position: absolute;
}

.waiting_window_layer
{
    width: 100%; height: 200%; background-color: #64615C; left: 0pt; top: 0pt;
	opacity: 0.5; /* other browsers */
	filter: alpha(opacity=50); /* IE */
    z-index: 99;
    ]z-index:0;
    _z-index:0;
}

.waiting_panel, .waiting_window_layer
{
	position: fixed;
    _position: absolute;
}

.waiting_panel
{
	font-size: 14px;
	font-weight: bold;
	color:#000;
	background-color: #fff;
	position: relative;
	width: 200px;
	height: 160px;	
	left: -180px; top: -80px;
	text-align:center;
	border:2px solid #64615C;
	z-index: 100 !important;
}

.waiting_panel .image
{
	margin-top: 60px; 
}

.waiting_panel .text *
{
	white-space: nowrap;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

