#search_block_top {
  margin-top: 35px;
  height: 40px;
}
#search_block_top.focus {
  transition: border linear 0.3s;
}
#search_block_top input[type='text'] {
  text-transform: uppercase;
  color: #737474;
  margin-top: 10px;
  width: 80%;
}
#search_block_top .button {
  background: url(../../../img/images/search.png) no-repeat center center !important;
  width: 23px;
  height: 23px;
  float: right;
  margin: 8px 0;
  text-indent: -10000px;
}
