@charset "utf-8";

/* ErrorPage
==============================*/

.errorPage h1.Error {
	height: 64px;
	line-height: 64px;
	background: #f0f0f0;
	padding-left: 20px;
	color: #555555;
	font-size: 1.5em;
	margin-bottom: 25px;
}

.errorPage .solution {
	border: 1px solid #cccccc;
	padding: 0 20px;
	margin-top: 25px;
}

.errorPage .solution form {
	margin: 0;
}

.errorPage .solution fieldset {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}

.errorPage .solution fieldset legend {
	display: none;
}

/* --- search submit button --- */

.errorPage .solution .submit_search {
	width: 51px;
	height: 21px;
	background: url(../img/frame/sprite_shared.png) no-repeat 0 -91px;
	text-indent: 51px;
	border: none;
	padding: 0;
	outline: none;
	vertical-align: middle;
}

.errorPage .solution .submit_search:focus,
.errorPage .solution .submit_search.hover,
.errorPage .solution .submit_search:hover {
	background-position: -53px -91px;
}

.errorPage .solution .submit_search.active,
.errorPage .solution .submit_search:active {
	background-position: -106px -91px;
}

.errorPage .solution input.text_keyword{
	width: 193px;
	height: 17px;
	border: 1px solid #cccccc;
}
