@charset "utf-8";
#choice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	height: 12px;
	width: auto;
}
.searchTag {
	padding: 2px;
	float: left;
	height: 15px;
	width: auto;
	margin-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
}
#boroughSearch {
	padding: 5px;
	float: left;
	height: auto;
	width: auto;
}
#borough_choices {
	padding: 5px;
	float: left;
	height: auto;
	width: 600px;
	clear: left;
}
#catSearch {
	padding: 5px;
	float: left;
	height: auto;
	width: auto;
}
#cat_choices {
	padding: 5px;
	float: left;
	height: auto;
	width: 600px;
	clear: left;
}
#results {
	clear: left;
	float: left;
	width: 700px;
}

.sButton {
	color: #000000;
	background-color: #00CC66;
	padding: 2px;
	height: 15px;
	width: 50px;
	border: 1px solid #FFFFFF;
	float: left;
	font-size: 12px;
	text-align: center;
	clear: none;
	display: inline-block;
}
#borough_links {
	clear: none;
	float: left;
	display: block;
	width: 690px;
	padding: 0px;
	margin-bottom: 5px;
}
.advSearchBtn {
	color: #000000;
	background-color: #CCCCCC;
	clear: none;
	float: left;
	display: inline;
	vertical-align: text-bottom;
	margin-top: 40px;
	cursor: pointer;
	padding: 3px;
}
#searchStatus {
	color: #33FFFF;
	margin-left:0px;
}

