
#Waiter
{
	background-color: #FFF;
	color: #000;
	height: 100%;
	width: 100%;
	margin: 0;
	display: none;
	position: absolute;	
	top: 0;
	left: 0;
	z-index: 10000;
	text-align: center;
	vertical-align: middle;
}

#WaiterInner
{
	position: relative;

	margin:auto;
	height: 50%; 
	width: 50%;
    position: absolute; 
	left: 25%; 
	top: 25%;
}

#WaiterInner p
{
	font-size: 18px;
	line-height: 22px;
}