*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 99999px;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 95%;
	font-size: 14px;
	line-height: 17px;
	font-family: 'Segoe UI', Helvetica, Verdana, sans-serif;
	color: #252525;
	padding: 0;
	margin: 0;
	background-color: White;
}
body {
	background-color: White;
}
div.Content {
	width: 1080px;
	margin: 0 auto;
}
img {
	border-style: none;
	border-width: 0px;
}
div.LogoPanel {
	padding-top: 50px;
	padding-bottom: 60px;
}
div.ContentPanel {
	background-image: url('/custerr/bgMaintenance.png');
	background-repeat: no-repeat;
	min-height: 700px;
	height: auto!important;
	height: 700px;
	overflow: hidden;
	padding-top: 140px;
}
div.ContentPanel h1 {
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 70px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
div.ContentPanel h2 {
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 24px;
	line-height: 29px;
	font-weight: 100;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

div.ContentPanel div.cf-error-details {
	margin-top: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	font-family: "Segoe UI Light", "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

div.ContentPanel div.cf-error-details h1 {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

div.ContentPanel div.cf-error-details ul {
	padding: 0;
	list-style-type: none;
}