.chosen-container-single .chosen-single 
{
	box-shadow: none;
	background: #FFF;
	color: #000;
	width: 100%;
	height: 35px;
	line-height: 32px;
	border-radius: 4px;
	border-color: #c2c3c4;
	font-size: 14px;
}
.chosen-container-single .chosen-single span{
	color: #666;
}
.chosen-container-single .chosen-single{
	border-color: #c2c3c4 !important;
}
.chosen-container-single.chosen-with-drop .chosen-single 
{
	box-shadow: none;
	background: #FFF;
	min-height: 32px;
	line-height: 32px;
}
.chosen-container .chosen-drop{
	border-color: #c2c3c4 !important;
	z-index: 1;
}
.chosen-container .chosen-results li
{
	line-height: 20px;
	font-size: 13px;
}
.chosen-container .chosen-results li.highlighted{
	color: #000;
	background: #eee;
	border-radius: 4px;
}
.chosen-container-single .chosen-search input[type=text]
{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border-color: #c2c3c4;
	background: none;
	border-radius: 4px;
}


/*///////////////////////////////////*/

.chosen-container-multi .chosen-results{
	padding: 4px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url(chosen-sprite.png) -42px 1px no-repeat !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text]
{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-radius: 4px;
}
.chosen-container-multi .chosen-choices{
	background: #FFF;
	min-height: 35px;
	border-radius: 4px;
	height: auto;
	border: 1px solid #c2c3c4;
	box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-field{
	height: 33px;
	padding-left: 10px;
}
.chosen-container-multi .chosen-choices li.search-choice{
	min-height: 30px;
	line-height: 21px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close
{
	top: 9px;
}