#search_title{
	text-align: center;
	font-weight : bold;
	font-size : 14px;
	text-decoration: underline;
} 
#search_box{
	top: 0px;
	vertical-align: top;
	padding: 10px;
	border: 1px black solid; 
	width:95%;
}

.search_box_result{
	top: 0px;
	vertical-align: top;
	padding: 10px;
	border: 1px black solid; 
	width:100%;
}

#search_result{
	text-align: center;
	font-weight : bold;
	font-size : 16px;
}

.search_resulttitle{
	margin-left: 5px;
	width: 75%;
	font-size : 12px;
	padding: 4px 0px 4px 10px;
	background-color: #e3ff83;
}

#search_box_other_result{
	top: 0px;
	vertical-align: top;
	padding: 10px;
	border: 1px black solid; 
	width:100%;
}

#search_next{
	font-weight : bold;
	width: 400px;
	font-size : 12px;
	padding: 4px 0px 4px 10px;
	background-color: #fffebb;
	text-decoration: blink;
}

input:focus { 
	background-color: #fffebb; 
}

#submit {
		color: #858055;
		background: #FFF;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		border: 1px solid #FFF;
		cursor: pointer;
}
#submit:hover { 
	background: #fffebb; 
	color: #000; 
	border: 1px solid #cac7b2; 
}
