/*$Id$*/
.select2-container .select2-choice {
	border-radius:2px!important;
	background-image: none!important;
    filter: none;
    line-height: 25px!important;
    height: 25px!important;
}
.select2-container .select2-choice abbr {
    background-image:url('../images/select2.png');
}
.select2-container .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0;
}
.select2-container .select2-choice .select2-arrow b {
    background-image:url('../images/select2.png');
}
.select2-search input {
	background-image:url('../images/select2.png');
}
html[dir="rtl"] .select2-search input {
	background-image:url('../images/select2.png');
}
.select2-search input.select2-active {
    background-image:url('../images/select2-spinner.gif');
}
.select2-more-results.select2-active {
    background-image:url('../images/select2-spinner.gif');
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background-image:url('../images/select2-spinner.gif');
}
.select2-search-choice-close {
    background-image:url('../images/select2.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input {
        background-position: 100% -21px !important;
    }
}
.typename-band{
	background: #e2e2e2;
    border-top: 1px solid #ddd;
    font-size: 12px;
    padding: 6px 0 8px;
    text-align: center;	
}
.select2-results .select2-highlighted {
    background: #3875d7!important;
    color: #fff!important;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px!important;
}