input#edit-keys {
   /* background: #fcfcfc url(/sitemda/sites/sitemda/themes/site_mda/images/icons/search.png) no-repeat 95% 5px; */
    border: 1px solid #d1d1d1;
    font: bold 12px;
    color: #bebebe;
    /* width: 165px; */
    padding: 5px 35px 5px 10px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15) inset;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    height: 34px;
   /*
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
   border-radius: 5px;
    margin-top: 15px;
    */
}

.input-group .form-control:first-child  {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}