
		.popup-outer-bg,
		div.popup-outer-bg,
		#reloader-bg {
			background: #bbb;
		}

		#iframePopup															{ position: fixed; display: none; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; font-family: Arial; }
	    #iframePopupBg															{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: #000; }
	    #iframePopupBox															{ position: relative; width: 500px; margin: 0 auto; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); z-index: 5; overflow: hidden; }
	    #iframePopupContent														{ position: relative; width: 100%; float: left; display: block; padding: 0; color: #666; }
	    #iframePopupInput														{ width: 50px; text-align: center; font-weight: bold; }
	    #iframePopup .iframePopupButtonBox										{ position: relative; float: left; width: 100%; clear: both; display: block; margin-top: 10px; background: #f5f5f5; }
	    #iframePopup .iframePopupButtonBoxContent								{ position: relative; padding: 12px 15px; text-align: right; }
	    #iframePopup .iframePopupContent										{ position: relative; float: left; width: auto; clear: both; display: block; padding: 20px; }
	    #iframePopup .iframePopupContent .iframePopupTitle						{ position: relative; float: left; width: 100%; clear: both; display: block; margin: 0; padding: 0; font-size: 18px; line-height: normal; margin-bottom: 5px; }
	    #iframePopup .iframePopupContent .iframePopupMessage					{ position: relative; float: left; width: 100%; clear: both; display: block; font-size: 12px; line-height: 18px; }
	    #iframePopup #iframePopupAlert .iframePopupContent .iframePopupTitle	{ color: #EE4C4C; }
	    #iframePopup .iframePopupType											{ position: relative; display: block; float: left; clear: both; width: 100%; display: none; }
	    #iframePopup .iframePopupSubmit,
	    #iframePopup .iframePopupCancel											{ -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	    #iframePopup .iframePopupContent .noticebox								{ position: relative; float: left; display: block; clear: both; width: 100%; background: #eee; color: #888; text-shadow: 1px 1px 0 rgba(255,255,255,0.7); margin-bottom: 10px; }
	    #iframePopup .iframePopupContent .noticebox p							{ position: relative; padding: 10px; }
	    #iframePopup .iframePopupContent .noticebox.red							{ background: #EE4C4C url(https://snowbird.technieken.be/2.0.9/assets/img/icons/gplus/white/exclamation2.png) no-repeat 10px 10px; color: #fff; text-shadow: 1px 1px 0 rgba(0,0,0,0.2); }
	    #iframePopup .iframePopupContent .noticebox.red p						{ padding-left: 35px; font-weight: bold; }
	    #iframePopup .iframePopupContent .addpadding							{ padding: 10px; }
	    #iframePopup .iframePopupContent .fullwidth								{ width: 100%; }
	    #iframePopup .iframePopupContent .containerbox							{ position: relative; float: left; display: block; clear: both; width: 100%; }
		