/* block top search */
#header_right #search_block_top {
	float: right;
	background: #e5e6e7 url('../../../img/block_search_bg.jpg') no-repeat top right;
	margin-bottom: 11px;
	width: 336px;
	height: 28px;
  border-radius: 6px 6px 6px 6px;
}
#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;
  height: 14px;
  width: 130px;
}
#header_right #search_block_top label {
	background: transparent url('../../../img/icon/search.gif') no-repeat 0 0px;
	float: left;
	width: 19px;
	height: 18px;
	display: block
}
#header_right #search_block_top input#search_query { width: 12em }
#header_right #search_block_top input#search_query_top {
  margin-top: 2px;
}

#header_right #search_block_top form#searchbox p input.button {
    height: 20px !important;
    line-height: 1.2em;
    padding: 0 15px;
    width: auto !important;
}

/* block left column "Quick search" */
#search_block_left .block_content {
  padding-bottom: 0px;
}
#search_block_left input { 
  margin: 2px 0 4px 0;
  height: 16px;
}
#search_block_left #search_query { width: 11em }
#search_block_left #search_button {
  width: 60px;
  height: 19px;
  background-repeat: repeat-x;
}
#search_button { display: inline }
