<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<title>Server Error</title>
	<style type="text/css">
		body {
			font-family: Arial, sans-serif;
			font-size: 12px;
			margin: 100px 0 0 0;
			text-align: center;
		}
		
		#info {
			margin: 0 auto;
			text-align: left;
			width: 590px;
			border: 1px solid gray;
			padding: 15px 15px 24px 18px;
			line-height: 130%;
		}		
	</style>
</head>
<body>
	<div id="info">
		<h3>Server Error</h3>
		<div>
			We are unable to process your transaction at this time. Please wait a few minutes and try again.
		</div>
	</div>
</body>
</html>
