#search_block_top {
  margin-top: 32px; }
  #search_block_top #searchbox {
  }
  
  #search_block_top .btn.button-search {
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: white;
    background-color: black;
    border-color: black;
    
  }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      width: 14px;
      /* color: #3E3E3E; */
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #a0a0a0;
     }
  #search_block_top #search_query_top {
	  outline: none;
	  border: none;
	  height: 38px;
	  padding: 20x;
	  background: transparent;
	  border-bottom: 1px solid #303030 !important;
	  color: #303030;
	  font-size: 16px;
	  box-shadow: none;
	  
	  /*
	  border-radius: 10px;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	  */
   }

.ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  width: 271px;
  margin-top: -1px; }
  .ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px; }
    .ac_results li.ac_odd {
      background: white; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333333; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }
