
	/* THE CONTAINER THAT HOUSES THE WHOLE OPERATION --------------------------------------- */
	div#modalogContainer { position: absolute; top: 0; right: 0; z-index: 750; width: 100%; height: 100%; }

	/* PAGE OVERLAY --------------------------------------- */
	div#modalogOverlay { position: absolute; top: 0; right: 0; width: 100%; height: 100%; z-index: 755; background-color: #000; }

	/* THE MODAL --------------------------------------- */
	div#modalogBox { background: #fff; -webkit-box-shadow: 1px 1px 3px #333; }
	div#modalogBox.loading { background: #fff url(/wp-content/themes/pieranch/public/images/plugins/modalog/ajax-loader.gif) no-repeat center center; }

	/* MODAL CHOME --------------------------------------- */
	div#modalogBox.done div#modalogChrome { display: block; }
	div#modalogChrome { display: none; position: absolute; right: 0; top: 0; z-index: 20; }
	div#modalogChrome a { cursor: pointer; }
	a#modalogCloseButton { position: absolute; top: 5px; right: 6px; background: transparent url(/wp-content/themes/pieranch/public/images/plugins/modalog/btn-close.png) no-repeat right center; text-decoration: none; padding: 4px 21px 4px 0; font: normal 11px Arial; color: #333; }
	a#modalogCloseButton:hover { color: #37d; }

	/* MODAL CONTENT --------------------------------------- */
	div#modalogContent { overflow: auto; }
	div#modalogBox.loading div#modalogContent { display: none; }