
<html>
  <head>
    <title>Error Encountered</title>
    <link id="pwStyle_pwStyle" rel="stylesheet" type="text/css" href="/Custom/pw.css" />
	<style>
		.fieldlabel1{font-weight:normal;font-size:14;color:#000000;font-family:'verdana,arial';text-decoration:'none';}
		.errorlabel{font-weight:normal;font-size:14;font-family:'verdana,arial';text-decoration:'none';font-weight:bold}
		.body1{background-color:#ffffff;margin-bottom:15px;margin-top:15px;margin-left:0;margin-right:0;}
		.table1subheader1{background-color:#9c9e9b;font-weight:bold;font-size:11;color:#082d64;font-family:'verdana,arial';text-decoration:'none';}
	</style>
	<script language="javascript">
	    function fnLoad() {
	        if (window.dialogHeight) {
	            var oForm = window.document.forms[0];
	            window.dialogHeight = oForm.scrollHeight + 40 + 'px';
	            window.dialogWidth = oForm.scrollWidth + 40 + 'px';
	        }
	    }
	</script>
  </head>
  <body class="body1" onload="fnLoad()">
  <form id="frmMain">
    <div style="padding:25px;">
	    <table cellpadding="2" cellspacing="2" border="0" style="width:500px">
			<tr>
				<td valign="middle" colspan="2" class="fieldlabel1">
					<b>Error: <span id="spnError_lblTitle">pwCookiesRequiredException - Cookies are required</span></b>
				</td>
			</tr>
			<tr><td colspan="2"><hr /></td></tr>
		    <tr>
		        <td><img src="/images/default/exclamation.png" /></td>
			    <td class="errorlabel" height="60" valign="middle" align="left" style="padding-left:15px"><br/>
				   <div id="spnError_divMessage">This site requires cookies and it appears your browser either does not support them or that they are not enabled.</div>
			    </td>
		    </tr>
	    </table>
	  </div>  
	</form>		
  </body>
</html>