#blackoutSheet {
	cursor: wait;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 999;
}
	#blackoutPopup {
	  background: #fff url(/elements/images/loading.gif) scroll no-repeat 50% 50% !important;
		border: 15px solid #999;
		display: none;
		height: 0;
		left: 50%;
		padding: 30px 20px;
		position: absolute;
		width: 0;
		z-index: 9999;
	}
		#blackoutCaption {margin: 30px 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;
				}
		#blackoutPopup .notice {
			background: #febebe;
			border: 2px solid #ea8989;
			padding: 20px;
		}
			#blackoutPopup .notice h3 {
				font: bold 1em/1em Arial, Helvetica, sans-serif;
				margin: 0 0 5px;
			}
			#blackoutPopup .notice p {
				font: normal 0.9em/1.333em Arial, Helvetica, sans-serif;
				margin: 0;
			}
				#blackoutPopup .notice p a {
					color: #127cca;
					font-weight: bold;
				}
	#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;
	}
