#errorHandlingBanner {
	position:absolute;
	top:0;
	left:0;
	padding:3px;
	text-align:center;
	background-color: #fbecaf;
	background: rgba(251, 236, 175, 0.97);
	border-bottom-style: solid;
	border-width:2px;
	border-color: #f00;
	width:100%;
	z-index:200;
	font-weight: bold;
}

#errorHandlingBannerContent div {
	margin: auto;
	position:relative;
	width:770px;	
}

#errorHandlingBannerContent div {
	color:#000;
}

#errorHandlingBanner a {
	color:#A81010;
	text-decoration: none;
}

#errorHandlingPage {
	padding:10px;
	text-align:center;
	background-color: #ffffff;
	width:100%;
	height:100%;
	z-index:200;
}

#errorHandlingPageContent {
	margin: auto;
	position:relative;
	text-align:left;
	width:770px;
	padding-top:50px;
}

#errorHandlingPageContentHeading {
	font-size:22px;
	margin-top	:20px;
	margin-bottom:20px;
}

#errorHandlingPageContentMessage {
	font-size:18px;
	margin-bottom:40px;
}

#errorHandlingPageContent button span {
	font-size:18px;
}

#errorHandlingPageContent button {
	height: 40px;
	font-size: 24px !important;
}

.errorHandlingButton {
	background-color: #adadad;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 0px;
	border-radius: 10px;
	border-style: outset;
	background-color: #cacaca;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center; 
	text-align: center;
}

.errorHandlingButton:hover {
  box-shadow: 0 0 15px rgba(70, 160, 221, 1);
}

.errorHandlingButtonRed {
	background-color: #A81010;
}

#errorHandlingButtonRedText {
	color:#ffffff;
}

#errorHandlingPopupContainer textarea {
	background-color: #fff;
	border:none;
}