html, body, div, span, p, img, footer {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: none repeat scroll 0 0 #ffffff;
	color: #333333;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 16px;
	margin: 0;
	min-width: 1000px;
}

.header-region {
	border-bottom: 2px solid #cccccc;
	height: 40px;
	margin: 0 0 40px;
	padding: 15px 20px 10px;
}

.message-wrapper {
	min-height: 100%;
}

.header-container,
.error-container {
	margin: 0 auto;
	max-width: 1000px;
}

.header-container img {
	margin: 9px 0 0;
}

.error-container {
	border: 1px solid #cccccc;
	height: 121px;
}

.error-container img {
	display: inline;
	float: left;
	padding: 20px 23px 0 22px;
	position: relative;
}

.error-container .banner-header {
	background: #195393 url('/static/images/icons/banner-header.jpg') no-repeat scroll 0 0;
	height: 16px;
	width: 100%;
	display: inline-block;
}

.error-container p {
	font-size: 22px;
	line-height: 21px;
	padding: 40px 20px 0 0;
}

.footer-region {
	margin-top: -34px;
	position: relative;
	width: 100%;
	z-index: 10;
}

.footer-content {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

.logo-pb {
	background: url('/static/images/logo/logo-powered-by.svg') no-repeat;
	float: right;
	height: 26px;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -9999px;
	width: 173px;
}
