/* 
    Document   : wait
    Created on : 18-Jan-2009, 19:27:04
    Author     : Sergey
    Description:
        Purpose of the stylesheet follows.
*/

.wait_div
{
    position:absolute;
	z-index:5;
	top:100px;
	left:360px;
	visibility:visible;
	width:300px;
	height:300px;
}

.wait_table
{
	background-color:#FFFFFF;
	border-width:1;
	border-color:#000000;
	border-style:solid;
	text-align:center;
	height:300px;
	width:300px;
}

.wait_text
{
	text-align:center;
	color:#000066;
	font-family:"Courier New", Courier, monospace;
	font-variant:small-caps;
	font-size:18px;
}

.wait_message
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
