.div-search{
  border: 2px solid #c4cdd6;
  width: 325px;
  height: 35px;
  padding: 5px 10px 5px 10px;
  background: #fff;
  float: right;
}

.div-search input{
  width: 260px;
  border: none;
}

.div-search .ico-search {
    background: none;
    background-image: url('/gax2condutores/images/sprite-16x16-form-search.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 2px;
    cursor: pointer;    
    border:none;
}

.div-search .ico-search:hover {
    background-position: 0 -16px;
}

.div-search .ico-clear-search{
  background-image: url('/gax2condutores/images/sprite-16x16-form-clearsearch.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: 2px;
  padding-left: 5px;
  cursor: pointer;
}

.div-search .ico-clear-search:hover {
    background-position: 0 -16px;
}