
/* Search form in the secondary menu */
.menu-container div.search {
	float: right;
	width: 270px;
	margin-right: 25px;
	}
.menu-container .search-form input[type="text"] {
	width: 99%;
	margin-top: 5px;
	padding: 5px 0;
	text-indent: 15px;
	font-style: italic;
	color: #aaa;
	border: 1px solid #dfdfdf;
	border-top-color: #eee;
	border-left-color: #eee;
	}
.menu-container .search-form input[type="text"]:focus {
	color: #999;
	background: #fefefe;
	border-color: #cfcfcf;
	border-top-color: #e9e9e9;
	border-left-color: #e9e9e9;
	}
.menu-container .search-form input[type="submit"] {
	display: none;
	}	