<style type="text/css">
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a6a6a6;
	background-color: #32383E;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#login_container {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
#login_container2 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
}


#login_header1 {
	position:absolute;
	width:400px;
	z-index:2;
	left: 548px;
	top: 175px;
}

#login_header2 {
	position:absolute;
	width:400px;
	z-index:2;
	left: 52px;
	top: 128px;
}

#main_body {
	position:absolute;
	width:400px;
	z-index:2;
	left: 548px;
	top: 261px;
}

.textfield {
	height: 20px;
	width: 150px;
	border: 1px solid #a6a6a6;
	background-color: #FFFFFF;
}

.submitbutton {
	height: 20px;
	border: 1px solid #a6a6a6;
	background-color: #FFFFFF	
}
	
#login div {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 100px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}

#login label {
	font-weight: bold;
	float: left;
	margin-left: -100px; /*width of left column*/
	width: 95px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#login input[type="text"] {
	/*width of text boxes. IE6 does not understand this attribute*/
	width: 220px;
}

#login textarea {
	width: 250px;
	height: 100px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
	margin-left: 3px;
}

#login_description {
	height: 30px;
	font-size: 18px;
}

#messages_ie6 {
	margin-bottom: 20px;
	margin-top: 5px;
	border: 1px solid red;
	background-color: yellow;
	color: red;
	font-size: 18px;
	font-weight: bold;
}
#display_message {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	behavior: url(/css/behavior/border-radius.htc);
	
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid red;
	background-color: #f2ffb4;
	color: red;
	font-size: 18px;
	font-weight: bold;	
}

#error_box {
	color: #FF0000;
	border: 1px solid #FF0000;
	background: #FFFFFF;
	padding: 6px 12px;
	margin: 15px 0px 15px 0px;
	font-weight: bold;
	font-size: 1.2em;
}

a#forgot_password_link {
	background: #a8a8a8;
	float: right;
	padding: 3px 6px;
	text-decoration: none;
	color: white;
	cursor: pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	behavior: url(/css/behavior/border-radius.htc);
}
#forgot_email_dialog {
	display: none;
}
</style>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html>
	<head>
		<meta http-equiv="content-type" content="text/html;charset=UTF-8">
		<title>Cancelled - Erica Holt</title>
		<meta name="generator" content="http://liveeditaurora.com">
		<meta name="Keywords" content="">
		<meta name="Description" content="">
		<link rel="icon" href="/favicon.png" type="image/x-icon">
		<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
		<style>
			html, body {
				height: 100%;
			}
			body {
				background-color: #fff;
				background-image:none;
				color: #292929;
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
				font-size: 24px;
				line-height: 28px;
				position: relative;
			}
			#status_message {
				background-color: rgba(255, 255, 255, 0.9);
				padding: 40px;
				margin: 20px;
				margin: auto;
			}
			img {
				width:100%;
				max-width: 400px;
			}
			h1 {
				font-size: 36px;
				line-height: 40px;
				font-weight: bold;
			}
			a {
				color: #0093BF;
				text-decoration: none;
			}
			a:hover {
				text-decoration: underline;
			}
			@media screen and (min-width: 985px) {
				body {
					background-image: url('/images/base/status_plug.png');
					background-position: 15% 0;
					background-repeat: no-repeat;
					background-size: contain;
					font-size: 26px;
					line-height: 32px;
					padding-left:30%;
					display:flex;
					align-items: center;
				}
				h1 {
					font-size: 38px;
				}
				#status_message {
					max-width: 875px;
				}
			}
		</style>
	</head>

	<body>
		<div id="status_message">
			<img src="/images/base/LiveEdit-Logo-2018-black.png" alt="LiveEdit Logo">
			<h1>Something’s wrong here…</h1>
			<p>Looks like the page you’re looking for is temporarily out of commission.</p>
			<p>If you are the owner of this site, please contact LiveEdit to get it up and running again!</p>
			<p><a href="mailto:help@liveeditplatform.com">help@liveeditplatform.com</a></p>
		</div>
	</body>
</html>