/* block top search */
#header_right #search_block_top {
    float: right;
    margin-top: 40px;
    width: 361px;
}
#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 {
	background: url("../../../img/btn_search.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	float: left;
	height: 33px;
	margin: 0;
	width: 50px;
	color: white;
	cursor: pointer;
	text-shadow: 1px 1px 1px #333333;
}
#header_right #search_block_top label {
    background: url("../../../img/block_search_bg.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 33px;
    margin: 0;
    padding-left: 40px;
    width: 269px;
}
#header_right #search_block_top input.search_query { 
	background: url("../../../img/block_search_bg.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	height: 35px;
	padding-left: 10px;
	width: 269px;
	color: #6f6f6f;
	text-shadow: none;
	padding-right: 15px;
	font-size: 11px;
}


/* 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 }
