.exception ul {
	margin: 0 0 0 32px;
}

#wrapper{
	top: 50%;
	right: 0px;
	margin: -160px auto 0 auto;	
	position: relative;	
}

.error-buttons {
	display: block;
	margin: 28px auto;
	text-align: center;
}

.error-buttons a {
	display: inline-block;
	padding: 8px 38px;
	line-height: 28px;
	margin: 0;
}

.error-more-info {
	width: 570px;
	margin: 20px auto 0 auto;
	text-align: justify;
	padding: 24px;
	background: #FAFAFA;
}

.exception-title {
	background: #A00;
	padding: 24px 0;
	margin-bottom: 24px;
}

.exception-title h1 {
	color: #FFF;
	margin: 0 auto;
}

.exception h2 {
	color: #9B0000;
	font-size: 18px;
	line-height: 18px;
	margin: 26px 0 10px 0;
}

.exception .hastip {
	text-decoration: underline;
	cursor: help;
}

.exception .trace_root {
	color: #AAA;
}

.exception .trace_line {
	color: #A00;
	font-size: 11px;
}

.exception .trace_args {
	display: none;
	padding-left: 20px;
}

.exception .code {
	padding: 2px 4px;
	color: #d14;
	margin: 6px 0;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}