.select2-container {
	vertical-align: top !important;
}
.select2-container .select2-choice {
	border: 1px solid #242424 !important;
    background-color: #202020 !important;
    background-image: none !important;
    height: 34px !important;
    border-radius: 2px !important;
    color: grey !important;
    line-height: 34px !important;
    box-shadow: 0px 0px 8px #151515;
}
.select2-container .select2-choice .select2-arrow {
	background: no-repeat !important;
	border-left: none !important;
	border-radius: 0px 3px 3px 0px !important;
}
.select2-drop-active {
	border: none !important;
}
.select2-drop {
	background: #202020 !important;
    color: grey !important;
    border-radius: 0px 0px 3px 3px !important;
    box-shadow: none !important;
    border-bottom: 1px solid #887a5b !important;
    border-left: 1px solid #887a5b !important;
    border-right: 1px solid #887a5b !important;
    margin-top: 0 !important;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
	background: #202020 !important;
}
.select2-search input {
	background: url(../../../jscripts/select2/select2.png) no-repeat scroll 100% -22px, linear-gradient(to bottom, #1c1c1c 85%, #1c1c1c 99%) repeat scroll 0px 0px transparent !important;
    border: 1px solid #171717 !important;
	color: #fff;
}
.select2-dropdown-open .select2-choice {
	box-shadow: none !important;
}
.select2-container-multi .select2-choices {
	border: 1px solid #242424 !important;
    background: #202020 !important;
    box-shadow: 0px 0px 8px #151515;
	border-radius: 2px;
	color: #fff !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
	color: grey !important;
    background: #171717 !important;
	box-shadow: none !important;
    background-image: none !important;
	padding: 4px 5px 4px 18px !important;
    margin: 5px 0px 5px 5px !important;
	border: none !important;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #887a5b !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #887a5b !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.select2-search {
	margin: 4px 0px 0 !important;
}	
.select2-container .select2-choice .select2-arrow b {
    background: url(../../../jscripts/select2/select2.png) no-repeat 0px 5px !important;
}
.select2-results .select2-highlighted {
    background: #887a5b !important; 
}
.select2-container-multi .select2-choices {
    min-height: 33px !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 7px !important;
}
		
		
		
		
		
		
		
		
		
		