.error-page{
	width: 601px;
	height: 320px;
	margin: 20px auto;
	position: relative;
}
.error-403{
	background: url("../images/403.png") no-repeat;
}
.error-404{
	background: url("../images/404.png") no-repeat;
}
.error-500{
	background: url("../images/500.png") no-repeat;
}
.error-page .toolbar-center{
	position: absolute;
	top: 290px;
	right: 0px;
}
.error-detail{
	display: none;
	padding: 10px;
}