﻿body.ExceptionCatcher
{
    width: 100%;
    height:100%;
}

body.ExceptionCatcher > div 
{
    width:300px;
  margin-left: auto ;
  margin-right: auto ;
  padding: 10px;
  border:1px solid black;
    
    }

.ExceptionCatcher .ErrorHeader 
{
    font: 14px Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin-bottom: 20px;
	font-weight: bold;
}


.ExceptionCatcher .ErrorContents
{
    font: 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
	margin-bottom: 20px;
}

.ExceptionCatcher .ErrorFooter
{
    font: 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
}