/* block top search */
#header_right #search_block_top {
    background: url("../../../img/search_bg.gif") no-repeat scroll 0 0 transparent;
    height: 31px;
    margin-left: 725px;
    position: absolute;
    top: 84px;
    width: 240px;
	z-index:999;
}

#header_right #search_block_top p {  }
#header_right #search_block_top label, #header_right #search_block_top input { float: left;}
#header_right #search_block_top label {
	
}
#header_right #search_block_top input.search_query {   background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin-left: 0;
	padding:10px 0 5px 15px;
    width: 174px;
}

#header_right #search_block_top input.button {
	background: url("../../../img/go_but.gif") no-repeat scroll 0 0 transparent;
    height: 31px;
    width: 42px;
	padding:0
}


/* 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 }


