/*
.chosen-container-single .chosen-single {
	height: 2.3125em;
	border-radius: 0;
	background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
	border: solid 1px #cccccc;
	box-shadow: none;
	font-size: 0.875em;
	line-height: 2.25em;
}

.chosen-container { font-size: inherit; }

.chosen-container .chosen-single:hover div b {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: #222222 transparent transparent transparent;
	border-top-style: solid;
}

.chosen-container .chosen-single div b {
	background: none;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	border-color: #aaaaaa transparent transparent transparent;
	border-top-style: solid;
	position: absolute;
	left: 0.9375em;
	top: 50%;
	margin-top: -3px;
}

.chosen-container .chosen-single div {
	background: none;
	border-left: none;
	position: absolute;
	width: 2.5em;
	height: 2.3125em;
	display: block;
	right: 0;
	top: 0;
}
*/
.chosen-results {
	font-size: 1.2em;
	/*color: #000;
	padding: 0.25em 2.375em 0.25em 0.375em;
	min-height: 35px;
	line-height: 35px;*/
}

.chosen-container .chosen-drop { /*border-radius: 3px;*/ }

