﻿.ScreenBox
{
	position: absolute;
	border: solid 1px black;
	background-color: #dfeaf1;
	z-index: 1000;	
}

.ScreenBoxMsj
{
	position: absolute;
	background-color: Transparent;
	z-index: 1001;
}

.WaitText
{
	font-weight: bold;
    font-size: 18pt;
    color: #000000;
    font-family: Verdana;
}

