/*
7)	P1 [Critical] Top Banner and Bottom Banner
a.	Top Banner
i.	Please make Search Bar in SEPARATE row with horizontal black dividing line, 
ii.	NO BORDER around search bar.
iii.	 Text on button in WHITE and not yellow. 
iv.	No orange border around button. Just simple white border
v.	So a STRIP for Search Bar after Purple Strip for top links. 
vi.	And then white section

*/

.searchBar,
.bottom .searchBar {
	padding: 07px 80px;
	background: #c3c3e5;
	#background: #ecac04;
	
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	
	font-size: 1.3em;
}

.searchBar form{
	 display:inline-block; 
}
.searchBar .search-input{
	width: 100%;
	margin: 2px 0;
	border: 2px solid #777;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px; 
		border-bottom-left-radius: 6px; 
		border-bottom-right-radius: 6px;
		padding:2px 5px;
}
.searchBar .search-submit:hover{
		border: 2px solid #ccc;
	
}
.searchBar .search-submit{
		width:100%;
		
		background: #67157b;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px; 
		border-bottom-left-radius: 6px; 
		border-bottom-right-radius: 6px;
	 
		padding: 3px 10px;
		color: #FFffff;
		display: inline-block;
		cursor: pointer;
	 
		text-decoration: inherit;
		border: 2px solid #777;
}
.search-middle-div  {  margin-right: 140px;   }
.search-right-div 	{  width: 120px; float: right; 
	padding-top:1px;
 }
