﻿#Processing { background: rgba(0,0,0,0.4); height: 100%; width: 100%; display: none; position: fixed; top: 0px; left: 0px; z-index: 9999; }
	#Processing div { display: table-cell; vertical-align: middle; text-align: center; color: #fff; text-shadow: 0px 0px 1px #333; }
#ProcessingCloseButton { position: absolute; top: 8px; right: 8px; background: rgba(0,0,0,0.4); color: #fff; }
	#ProcessingCloseButton:hover { background: rgba(0,0,0,0.8); }
