/* for search and search results only */

/* turns off the Addsearch logo */
img#addsearch-logo-img {
	display: none !important;
}

input.addsearch {
	border: 1px solid #663334;
	border-color: #663334;
	padding:5px;
	width:100%;
	font-size: 14px;
    height: 32px
	cursor: wait; 
	background-color: #fff; 
	background-image: none;
	background-repeat: no-repeat; 
	background-position: 95% 50%;	
}

#addsearch-results {
	top: 47px !important;	
}

input.addsearchMobile {
	border: 1px solid #663334;
	border-color: #663334;
	padding:5px;
	width:100%;
	font-size: 14px;
    height: 32px
	cursor: wait; 
	background-color: #fff; 
	background-image: none;
	background-repeat: no-repeat; 
	background-position: 95% 50%;	
	
}





