/* Styles specific to the SearchBar cartridge */

#SearchBar {
	width: 350px;
}

.SearchTerms {
	border: 0;
	height: 27px;
	margin: 10px 5px 0 18px;
	width: 235px;
}

.SearchSubmit {
	background: url(../../images/buttons/search.png) no-repeat;
	border: 0;
	height: 28px;
	text-indent: -9999px;	
	width: 84px;
}

.SearchSubmit:hover {
	cursor: pointer;
}