
/* Dropdowns */

#l-stateTarget, #l-locationTarget{ 
	position: relative; 
	display: inline-block; 
}
#l-stateTarget select, #l-locationTarget select{    
	padding: 6px 40px 6px 10px;
	margin: 0px 0px 0px 0px;
	border-radius: 3px;
	background-color: #fff;
	color: #49494a;
	border: 1px solid #c3c4c4;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	width:170px;
}
#l-stateTarget:before, #l-locationTarget:before{
	content: '';
	right: 1px;
	top: 1px;
	width: 20px;
 	height: 20px;
	background: none;
	position: absolute;
	pointer-events: none;
	display: block;
}
#l-stateTarget:after, #l-locationTarget:after{
	content: '\e701';
	font: 17px 'bbyicons';
	color: #085eb9;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 10px;
	top: 6px;
	padding: 0;
	position: absolute;
	pointer-events: none;
}

 #l-locationTarget:after{
 	top:12px;
 }

/* Buttons */

/* Buttons */
#small-btn{ 
	padding:5px 14px 3px 13px !important; 
	height:18px !important; 
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	color: #085eb9;
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin: 0;
	font: bold 13px/1.2 Arial,Helvetica,"Nimbus Sans L","Liberation Sans",FreeSans,sans-serif;
	padding: 6px 11px 5px 11px;
	height: 15px;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.75);
	position: relative;
	border: solid 1px #c3c4c4;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-ms-background-clip: padding-box;
	background-clip: padding-box;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e8e8e8));
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%);
	background: linear-gradient(top, #f6f6f6 0%, #e8e8e8 100%);
}
