#blackoutSheet {
	cursor: wait;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 999;
}
	#blackoutPopup {
		border: 15px solid #999;
		display: none;
		height: 0;
		left: 50%;
		padding: 30px 20px 40px;
		position: absolute;
		width: 0;
		z-index: 9999;
	}
		#blackoutCaption {margin: 10px 0 0;}
			#blackoutCaption p {
				color: #666;
				font: normal 0.857em/1.25em Helvetica, Arial, sans-serif;
				margin: 0 0 1.5em;
			}
				#blackoutCaption p strong.title {
					color: #0770a7;
					display: block;
					margin: 0 0 1em;
				}
		#blackoutNavigation {}
			#blackoutNavigation a {
				bottom: 5px;
				display: block;
				font: bold 0.857em/20px Arial, Helvetica, sans-serif;
				height: 20px;
				position: absolute;
				text-indent: -9999em;
				width: 20px;
			}
			#blackoutNavigation a.next {
				background: transparent url(/elements/images/interface/blackoutNext.gif) right center no-repeat;
				right: 20px;
			}
			#blackoutNavigation a.previous {
				background: transparent url(/elements/images/interface/blackoutPrevious.gif) left center no-repeat;
				left: 20px;
			}
	#blackoutCloseButton {
		color: #127cca;
		cursor: pointer;
		display: block;
		font: bold 0.857em/1 Helvetica, Arial, sans-serif;
		height: auto;
		position: absolute;
		right: 20px;
		top: 10px;
		width: auto;
		z-index: 99999;
	}