#search_block_right p.block_content {
	position:relative;
	display:block;
	width:262px;
	height:51px;
	margin:0;
	padding:0;
	background:url(../../../img/search.png) no-repeat;
	}
	#search_block_right p.block_content .search_query {
		position:absolute;
		top:13px;
		left:13px;
		width:200px;
		height:25px;
		margin:0;
		padding:0;
		line-height:25px;
		background:none;
		border:none;
		}
	#search_block_right p.block_content #search_button {
		position:absolute;
		display:block;
		top:8px;
		right:8px;
		width:44px;
		height:35px;
		text-indent:-9999px;
		background:url(../../../images/search_button.png) no-repeat 0 0;
		border:none;
		cursor:pointer;
		}
		#search_block_right:hover p.block_content #search_button {
			background:url(../../../images/search_button_act.png) no-repeat 0 0;
		}









/* block top search */
#search_block_top {
	position:absolute;
	top:44px;
	left:0;
}
#search_block_top p {padding:0;}
#search_block_top #search_query_top {
	padding:0 5px;
	height:23px;
	width:300px;/* 310 */
	border:1px solid #666;
	border-right: 0 !important;
	color:#666;
	background:url(img/bg_search_input.png) repeat-x 0 0 #fff;
	float: left;
	display: none;
}

#search_block_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background:url(img/bg_search_submit.png) repeat-x 0 0 #101010;
	float: left;
	height: 25px;
	display: none;
}