/* block top search */
#header_right #search_block_top {
	float: right;
	background:none;
	margin-bottom: 11px;
	width: 240px;
	height: 28px;
	margin-top: 35px;
	
}
#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 { float: left }

#header_right #search_block_top input.search_query { width: 180px;background-color: transparent;color:#900; }


/* block left column "Quick search" */
#search_block_left input { margin: 2px 0 0 0 }
#search_block_left .search_query { width: 11em; }
#search_button { display: inline }

#header_right #search_block_top input.button {
	text-indent: -9000px;
    background: url("../../../img/btn_go.gif") no-repeat scroll right center transparent;
    cursor: pointer;
    height: 24px;
    margin-top: -3px;
    padding: 0;
    width: 25px;
}