.select2-container .select2-selection--single {
	height: 35px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 33px;	
	text-align: left;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 15px;
}
.select2-results__option{
	padding-left: 15px;
}
.select2-container{
	z-index: 99999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 33px;
	width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border: 0;
	display: block;
	width: 11px;
	height: 6px;
	background-image: url(../images/gen/icon_02.png);
	background-position: top left;
	background-repeat: no-repeat;
	left: 0;
	margin-left: 0;
	margin-top: -3px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border: 0;
	background-image: url(../images/gen/icon_03.png);
}
