.chosen-container-single .chosen-single {
	border-radius:0;
	padding:10px;
	background:#FFFFFF;
	border: 1px solid #dddddd;
}

.chosen-container .chosen-results {
	padding:0;
	margin:0;
}


.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
	padding: 5px;
}

.chosen-container .chosen-results li.highlighted {
	background:#127088;
}

.chosen-container-single .chosen-single div b {
	background-position:2px 12px;
}

.chosen-container-single .chosen-single abbr {
	height: 12px;
	background-position:-42px 1px;
	top: 16px;
	border:none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -16px 12px;
}

.chosen-container-multi .chosen-choices {
	border: 1px solid #dddddd;
	padding: 10px 0px 10px 0px;
	background: #ffffff;
}

.chosen-container-multi .chosen-choices li.search-choice {
	border-radius: 0px;
	border: none;
	background: #f2f2f2;
}

.chosen-container-active .chosen-choices {
	box-shadow: none;
	background: #ffffff;
}