#search_block_top {
  float:left;
  margin:55px 0 0 350px;
  position:relative;
}
#search_block_top .search_query {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  background:#111111;
  border:1px solid #202020;
  width:280px;
  min-height:30px;
}
#search_block_top .exclusive {
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:0;
  border-radius:0;
  background:none;
  border:0;
  box-shadow:none;
  font-family:Federo, sans-serif;
  font-size:14px;
  text-transform:uppercase;
  position:absolute;
  top:2px;
  right:2px;
}
#search_block_top .exclusive:hover, #search_block_top .exclusive:focus, #search_block_top .exclusive:active { color:#ffffff; }
#search_block_left .search_query { margin:5px 0; }
#search_block_left .button_mini {
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:0 0 0 0;
  border-radius:0 0 0 0;
  border-bottom-color:#090909;
  text-transform:uppercase;
  margin:5px 0 5px -36px;
}
