.chosen-container {font-size:inherit;}

.chosen-container .chosen-drop {
	border-color:#ced2d6;
	border-radius:0;
	-webkit-border-radius:0;
}

.chosen-container-single .chosen-single {
	border-radius:0;
	height:29px;
	line-height:29px;
	border:1px solid #ced2d6;
	box-shadow:0 -2px 0 #ebeef1 inset;
	background:#f3f7fa;
	border-radius:0;
	-webkit-border-radius:0;
}

.chosen-container-single .chosen-default {
	color:#BCC3CC;
}

.chosen-container-single .chosen-single div {
	background:#ebeef1;
	width:28px;
}

.chosen-container-single .chosen-single div b {
	width:11px; height:7px; position:absolute; left:9px; top:11px; background: url(../../i/sprites.png) no-repeat -47px 0;
} 

.chosen-container-active.chosen-with-drop .chosen-single {
	border:1px solid #ced2d6;
	background:#fff;	
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position:-47px -8px;
}

.chosen-container-single .chosen-single abbr {
	width:12px;
	height:12px;
	top:9px;
	right:31px;

}
.chosen-container-single .chosen-single abbr:hover {

}

.chosen-container-single .chosen-single span {margin-right:32px;}
.chosen-container-single .chosen-single-with-deselect span {margin-right:43px;}

.chosen-container-multi .chosen-choices {
	border:1px solid #ced2d6;
	box-shadow:none;
	border-radius:0;
	-webkit-border-radius:0;
	background:#fff;	
}

.chosen-container-multi.chosen-container-active .chosen-choices {
	border:1px solid #ced2d6;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height:26px;
	font-family:inherit;
	color:#bcc3cc;
}