/* block top search */
#header_right #search_block_top {
	float: right;
	
}
#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 }
#header_right #search_block_top label {
	background: transparent url('../../../img/icon/search.gif') no-repeat 0 2px;
	float: left;
	width: 19px;
	height: 18px;
	display: block
}
#header_right #search_block_top input.search_query { 
width: 12em;
border: none!important;}


/* 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 }
#searchbox {
width:200px;	
float:right;
position:relative;
top:-60px;
}

#searchbox .search_query {
	border: none;
	background-image: url(../../../img/SearchBG.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 1px 0px;
	height: 20px;
	width: 175px;
}

#searchbox input.button {
	background-image: url(../../../img/SearchImg.png);
background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 1px 0px;
width:20px;
background-color: transparent;
position:relative;
right:17px;
top:-24px;
width:20px;
float:right;
}
