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

#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;
    padding-left: 35px;
    padding-top: 16px;
    width: 168px;
}

#header_right #search_block_top input.button {
	background: url("img/go_but.gif") no-repeat scroll 0 0 transparent;
    height: 31px;
	margin-left:7px;
    margin-top: 9px;
    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 }


