/* block top search */
#header_right #search_block_top {
	float: right;
	background: transparent url('../../../img/danlab-search-background.png') no-repeat top right;
	margin-bottom: 11px;
	width: 345px;
	height: 44px;
    padding-top: 5px;
}
#header_right #search_block_top p { padding: 0.4em 0 0.4em 1em }
#header_right #search_block_top label, #header_right #search_block_top input { 
  width: 50px;
  height: 27px;
  background: none;  
  float: left;
  text-transform: uppercase;
  /*color: #0087ff;*/
  color: #FFF;
  font-size: 12px;
}
#header_right #search_block_top label {
  background: transparent url('../../../img/lupa.png') no-repeat 0 2px;
  float: left;
  width: 30px;
  height: 30px;
  display: block;
  margin-left: 10px;
}
#header_right #search_block_top input.search_query { 
  background: none repeat scroll 0 0 #FFFFFF;
  width:185px;
  height: 26px;
  text-transform: none;
  vertical-align: middle;
  line-height: 25px;
  padding: 0px 5px;  
  color: #0086FF;
}


/* block left column "Quick search" */
#search_block_left input { margin: 2px 0 0 0; float: left; }
#search_block_left .search_query { width: 11em }
#search_button { display: inline }

.ac_results { width: auto!important; min-width: 215px; }