/* block top search */
#header_right #search_block_top {
   border-color: #B6B6B6 -moz-use-text-color #B6B6B6 #B6B6B6;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    height: 26px;
      margin-left: 709px;
    position: absolute;
    top: 53px;
    width: 237px;
    z-index: 1234;
	}

#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 {
	display: block;
    float: left;
    height: 18px;
  }
#header_right #search_block_top input.search_query {      
 background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding-left: 0;
    padding-top: 6px;
    width: 177px;
}

#header_right #search_block_top input.button {
    background: url("../../../img/btn_go.gif") no-repeat scroll right center transparent;
    height: 26px;
    margin-top: 0;
    padding: 0;
    width: 46px;
	}


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