 .select2,
     .select2 span {
         padding: 1px 0px 0px 0px !important;
         float: none !important;
         top: 5px;
      }
      .select2-container--default .select2-selection--single {
      	border-radius: 2px !important;
      }
      .select2-container .select2-selection--single {
          height: 21px;
          border: 0px solid #DEDEDE;
      }
      .select2-container{
      border: 1px solid #D6D9E4;
      border-radius: 2px;
background: #FFF url("../img/frame/botton_bg.png") repeat-x scroll center top;
      }
      
      .select2-container--default .select2-selection--single .select2-selection__rendered{
      line-height: 16px;
      margin-left: 8px;
      }
      .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 16px;
      }