/***********************************************************************
 * search input
 ***********************************************************************/
.topNavi form {
	display:block;
	float:left;
	border: 1px solid #ac1922;
	
	margin: 0 0 0 20px;
}
.topNavi .searchInput {
	background: none;
	width: 310px;
	height: 35px;
	background-color: white;
	color: #5e6367;
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	border-top: 4px solid #dfdfdf;
	border-left: 4px solid #dfdfdf;
	padding: 0 0 0 5px;
	line-height: 32px;
	
	display: block;
	float: left;
	
	margin: 0px 0 0 0px;
}
.topNavi button {
	width: 40px;
	height: 40px;
	background-color: #cb1c27;
	border: 1px solid #dc686f;
	border-bottom: 1px solid #6d0f15;
	border-right: 1px solid #6d0f15;
	font-size: 24px;
	float: left;
	cursor: pointer;
	background: url(buttons/search.png) 5px center no-repeat;
}
.topNavi button:hover {
	border: 1px solid #6d0f15;
	border-bottom: 1px solid #dc686f;
	border-right: 1px solid #dc686f;
}
