/* on the 404 page */

input#search_input404 {
width: 260px;
padding: 6px 0 6px 20px;
margin: 0;
border: none;
cursor: text;
font-weight: bold;
background-color: #ebebc4;
}

.notfound h1, .notfound h2 {
	text-align: center;
}

.notfound h1 {
	margin-bottom: 10px;
}

.notfound h2 {
	margin-bottom: 20px;
}

.notfound li {
	margin-bottom: 5px;
}

.notfound p.error {
	color: #a00;
}

.notfound ul.possibilities {
	margin-bottom: 7px;
}

.notfound form {
	text-align: center;
}

.notfound form input {
	display: inline;
}

.notfound #searchlist404 h2 {
	margin-top: 35px;
}

.notfound #searchsubmit404 {
	background-color: #ebebc4;
	border: 1px solid #bbbb84;
	padding: 3px 10px;
}

.notfound input#search_input404 {
width: 260px;
padding: 6px 0 6px 20px;
margin: 0;
border: none;
cursor: text;
font-weight: bold;
background-color: #ebebc4;
}


