.select2-choice .select2-arrow {
    background: #dfdfdf none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 0 4px;
    width: 26px;
}
.inputText
{
	max-width: 80%;
}
.select2-choice::after {
    right: 5px;
    top: 12px;
}
.select2-container .select2-choice .select2-arrow b{
    background-position: 1px 3px;
}
.select2-container .select2-choice {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding-right: 16px;
}
.select2-container
{
	max-width: 80%;
}
.select2-container .select2-choice .select2-arrow{
    background: #dfdfdf none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 0 4px;
    width: 26px;
}
.select2-choice.select2-arrow::after {
    right: 5px;
    top: 12px;
}

