#lockout {
	height: 300px;
	width: 600px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url(/images/overlay.png);
	background-repeat: repeat;
	display: none;
	z-index: 95;
}

#message {
	padding: 10px;
	background-color: #ffffff;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}