html.ie, html.safari {
	overflow:hidden;
	height:100%;
}
html.ie, html.ie * {   transform:scale(1.0);
  transform-origin: 0 0; }
	html.ie body, html.safari body { height:100%; }

.browser-notice {
	display:none !important;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#f4f4f4;
	padding:80px 0;
	z-index:99999;
}
html.ie .browser-notice.browser-ie, html.safari .browser-notice.browser-safari { display:block !important; }
	.browser-notice .text {
		width:80%;
		background-color:#FFF;
		padding:50px 20px;
		margin:0 auto;
		border:1px solid #e0e0e0;
	}
		.browser-notice .text h1 {
			font-family:'Arial Black', Gadget, sans-serif;
			color:#c14433;
			font-size:30px;
			line-height:38px;
			margin:0;
		}
		.browser-notice .text p {
			font-size:16px;
			line-height:22px;
			margin:20px 0 5px;
		}
		.browser-notice .text span { font-weight:700; }
