
#cals{
	width: 400px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.form-wrapper{
	float: left;
	width: 150px;
	padding: 8px;
	
	background: #444;
	background: rgba(0,0,0,.2);
	border-radius: 5px;
	/*
	width: 450px;
	padding: 15px;
	margin:	150px auto 50px auto;
	background: #444;
	background: rgba(0,0,0,.2);
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4) inset, 0 1px 0 rgba(255, 255, 255,.2);
	*/			
}

#cals .form-wrapper input{
	float: left;
	width: 140px;
	height: 19px;
}

#cals .form-wrapper i{
	float: left;
	overflow: visible;
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 21px;
	width: 25px;
	background: transparent;
	margin-left: -23px;
	margin-top: 4px;
}

#filterNav{
	display: block;
	float: left;
	width: 290px;
	height: 30px;	
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#fips-filter{
	width: 150px;
	float: left;
}

#goBtn{
	float: left;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: rgba(0,0,0,0.2);
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
}

#goBtn i{
	line-height: inherit;				
}

