/* block top search */
#search_block_brs_top {
position: absolute;
top: 208px;
left: 20px;
}

	#search_block_brs_top label {
	font-weight: bold;
	line-height: 22px;
	width: auto;
	}
		
	#search_block_brs_top input {
	margin: 0;
	}
		
	#search_block_brs_top .input {
	border: 1px solid #000;
	margin: 0 4px 0 8px;
	width: 180px;
	}
		
	body #search_block_brs_top .button_search {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-transform: uppercase;
	width: auto;
	}
	
	.ac_over {
	background: #333;
	color: #fff;	
	}