/* SEARCH FORM */
.index-search-form {
	width: 505px;
	height: 55px;
	display: inline;
}
.index-search-button {
	padding: 0 0 0 0;
	position:absolute;
	margin: 0 0 0 -10px;
	height:55px;
	width: 54px;
	border: 0;
	background: url(../kep/index-search-button.png) no-repeat 0 0;
}
.index-search-button:hover {
	cursor: pointer;
	background: url(../kep/index-search-button.png) no-repeat 0 -58px;
}
.index-search-input {
	display:inline;
	font-weight: bold;
	font-size: 1.0em;
	margin: 10px;
	border: 1px solid #999;
	width: 419px;
	padding: 8px;
	height: 18px;
}
#index-search-bg {
	margin: 8px 0 0 0;
	text-align: left;
	border: 1px solid #D7E1E6;
	width: 505px;
	height: 55px;
	background: url(../kep/index-search-bg.png);
}

#recent-searches {
	font-size: 0.7em;
	border-top: 2px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 0;
	margin: 20px;
	line-height: 20px;
}

#recent-searches h2 {
	font-size: 1.0em;
	padding: 3px 3px 3px 0;
	font-weight: normal;
	margin: 0;
	display:inline;
}
