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

#message {
	padding: 0;
	overflow: hidden;
	z-index: 100;
	width: 500px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#messageText {
	margin: 0;
	padding-left: 5px;
	padding-right: 15px;
	background-image: url(/images/lockout/middle.png);
	text-align: center;
}

#messageTop {
	margin: 0;
	height: 17px;
	overflow: hidden;
}

#messageBottom {
	margin: 0;
	height: 29px;
	overflow: hidden;
}

#policy-container {
	text-align: left;
	overflow: auto;
	height: 300px;
}

.clickable {
	cursor: pointer;
}