/* Uncle Boise Search Bar CSS */

/*** Top Search Bar ***/
div.search-bar-top {
	width: 331px;
	height: 40px;
	margin:10px 0 0 6px;
	padding:0;
	background: transparent url(../images/skins/search_bar_top.png) no-repeat;
}

div.search-bar-top .textfield {
	width: 240px;
	height: 14px;
	border: 0;
	background-color: transparent;
	padding: 2px 0 0 0;
	font-size: 11px;
	margin:14px 0 0 50px;
}

div.search-bar-top input.submit:hover {
	cursor: pointer;
}

div.search-bar-top input.submit {
	border: 0;
	background-color: transparent;
}

div#search-space-bottom {
	width: 1000px;
	height: 28px;
	text-align: right;
}

#searchResults {
	width:454px;
	background-color:#F0E68C;
	padding:0 10px 10px 10px;
	margin-top:6px;
}
/*** End Top Search Bar ***/
