

#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:75px;
	padding:10px 0;
	border-top:1px solid #1460ba;
	width:100%;
	text-align:center;
	color:#666;
	font-size:12px;
    left: 0px;
}


#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;
}

.text-image {
	background-image: url("../../common/images/btn/btn280_search.gif");
	width: 280px;
	height:50px;
}
.text-image a{
	color:white;
	font-size:16px;
	padding-left: 50px;
	text-indent:-9999px;
}

