

#error_page {
	width:100%;
	overflow:hidden;
	margin:0;
	font-size:14px;
}

#error_page h1 {
	margin:20px 10px;
}

#error_page h2 {
	color:#BF0000;
	font-size: 125%;
	font-weight:bold;
    line-height: 1.3;
    padding: 10px;
	border-top:1px solid #1460ba;
	border-bottom:1px solid #1460ba;
}

#err_contents {
	margin:10px;
}

#error_page #copyright {
	position:fixed;
	bottom:0;
	padding:10px 0;
	border-top:1px solid #1460ba;
	width:100%;
	text-align:center;
	color:#666;
	font-size:12px;
}


#error_page ul.advice {
	margin:10px 0 20px 10px ;
	padding:0;
}

#error_page ul.advice li {
	line-height: 1.3;
    list-style: disc outside none;
}