<!DOCTYPE html>
<html>
<head>
	<title>Expired!</title>
	<style type="text/css">
	body {
		background-color: #2F353D;
	}
	#expired {
		background-color: #586573;
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #586573),color-stop(1, #465362));
		background-image: -moz-linear-gradient(top, #586573, #465362); /* FF3.6 */
		background-image: linear-gradient(top, #586573, #465362);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#586573', EndColorStr='#465362'); /* IE6-IE9 */
		-webkit-box-shadow: 0px 0px 2px #171B20;
		border-radius: 10px;
		-moz-border-radius: 10px;
		color: #fff;
		text-align: center;
		margin: 100px auto 0 auto;
		font-family: Arial;
		width: 350px;
		padding: 0 20px 20px 20px;
	}
	#expired a {
		color: #88c41f;
	}
	</style>
</head>
<body> 
	<div id="expired">
		<img alt="Expired!" src="/admin/images/activate/cafecommerce.png" />
		<br /><br />
		This store has expired!<br /><br />Sign in to your <a href="/admin">CafeCommerce Manager</a> and activate your account to get back up and running.
	</div>
</body>
</html>