/* Uncle Boise Search Bar CSS */

/*** Top Search Bar ***/
div.search-bar-top {
	width:330px;
	height:30px;
	margin:10px 0 0 8px;
	padding:0;
	border:#CCC solid 1px;
	background-image:url(../images/skins/search_bar_top.png);
}

div.search-bar-top .textfield {
	width: 280px;
	height: 14px;
	border: 0;
	background-color: transparent;
	padding: 2px 0 0 0;
	font-size: 11px;
	margin:8px 0 0 10px;
}

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:460px;
	background-color:#F0E68C;
	padding:10px;
	margin-top:6px;
}
/*** End Top Search Bar ***/


/*** Start Club Search Bar ***/
div.club-search-bar-top {
	width:330px;
	height:30px;
	margin:7px;
	padding:0;
	float:right;
	border:#CCC solid 1px;
	background-image:url(../images/skins/search_bar_top.png);
}

div.club-search-bar-top .textfield {
	width: 280px;
	height: 14px;
	border: 0;
	background-color: transparent;
	padding: 2px 0 0 0;
	font-size: 11px;
	margin:8px 0 0 10px;
}

div.club-search-bar-top input.submit:hover {
	cursor: pointer;
}

div.club-search-bar-top input.submit {
	border: 0;
	background-color: transparent;
}

div#club-search-space-bottom {
	width: 1000px;
	height: 28px;
	text-align: right;
}

/*** End Club Search Bar ***/
