/* block top search */
#header_right #search_block_top {
	 background: none repeat scroll 0 0 white;
    border: 1px solid #62A21D;
    height: 27px;
    position: absolute;
    right: 13px;
    top: 232px;
    width: 180px;
    z-index: 2;
    display:none;
}
#header_right #search_block_top p { padding: 0 0 0 5px;}
#header_right #search_block_top label, #header_right #search_block_top input { 
	float: left;
    font-weight: normal;
}
#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 { 
	 border: medium none;
    color: #999999;
    font-family: trebuchet MS;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    margin-left: 0;
    width: 104px;
	margin-top: 4px;
	padding-left:3px;
}
#header_right #search_block_top input.button {
	background: none repeat scroll 0 0 black;
    color: white !important;
    float: right;
    font-family: trebuchet MS !important;
    font-size: 14px !important;
    height: 27px;
    line-height: 27px;
    margin-left: 0;
    margin-top: 0;
    padding: 0 0 3px;
    text-align: center;
    text-transform: uppercase;
    width: 30px;
}


/* 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 }
