/* block top search */
#header_right #search_block_top {
  background: url("../../../img/search_bg.gif") no-repeat scroll 0 0 transparent;
    height: 50px;
    margin-left: 681px;
    position: absolute;
    top: 35px;
    width: 303px;
}

#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;
    width: 2px;
}
#header_right #search_block_top input.search_query {      
 background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding-left: 7px;
    padding-top: 19px;
    width: 224px;
}

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


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