/* DG - 29/11/12 - Align single item with results. General UI Imrpovement */

.chosen-container-single .chosen-single {
  padding: 0 0 0 10px;
  height:26px !important;/**/
  margin:10px auto;
}

/* DG - 03/12/12 -chosenImage - position, size and indent text */
.chosenImage-container .chosen-results li,
.chosenImage-container .chosen-single span {
  background-position: 6px 45%;
  background-size: auto 12px;
  padding-left: 23px;
}

.chosenImage-container .chosen-single span {
  background-position: 0px 45%;
  padding-left: 17px;
}



/* DG - 29/11/12 - Align single item with results. General UI Imrpovement */
.chosen-choices .search-choice {
  padding: 0 0 0 10px;
}

/* DG - 03/12/12 -chosenImage - position, size and indent text */
.chosenImage-container .chosen-choices li,
.chosenImage-container .chosen-choices span {
  background-position: 6px 45%;
  background-size: auto 12px;
  padding-left: 23px;
}

.chosenImage-container .chosen-choices span {
  background-position: 0px 45%;
  padding-left: 17px;
}


.chosen-container-multi .chosen-choices {
	border-radius:5px ;
}
	.chosen-container-multi .chosen-choices li.search-choice {
	    margin-right: 3px;
	}
	.chosen-container-multi .chosen-choices li {
	    float: none;
	}


.chosen-container-single .chosen-default, .chosen-container-single .chosen-default span {
	padding-left: 5px;
}



.chosen-container-self .chosen-drop .result-selected {
    color: #CCCCCC;
    cursor: default;
    display: list-item;
}


.chosen-container-self .chosen-single {
	margin-bottom: 2px;
}

.chosen-container-self .chosen-drop {
	top:auto;
}

.chosen-container-self .chosen-choices {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    background-image: linear-gradient(#EEEEEE 1%, #FFFFFF 15%);
    border: none;
    cursor: text;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.chosen-container-self .chosen-choices li.search-choice {
    background-clip: padding-box;
    background-color: #E4E4E4;
    background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEEEEE 100%);
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}

.chosen-container-self .chosen-choices li.search-choice .search-choice-close {
    background: url("chosen-sprite.png") no-repeat scroll -42px 1px rgba(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    height: 12px;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
}