<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cookie Not accepted</title>
<style type="text/css">
	body { color: #444; background-color:#ffffff; font-family:Verdana; font-size: 14px }
	h1 { font-size: 20px }
	div.block {
		padding: 150px;
		margin-left: auto;
		margin-right: auto;
		max-width: 500px
	}
</style>
</head>
<body>
<div class="block">
<h1>Cookie not accepted, cannot continue!</h1>
<p>To continue, you have to accept the cookie sent by this server.<br/>
This cookie is used to secure your session.</p>
</div>    
</body>
</html>