/* block top search */
#header_right #search_block_top {    background: none repeat scroll 0 0 transparent;
    float: right;
    height: 28px;
    margin-bottom: 11px;
    width: 336px;
	    padding-top: 5px;
}
}
#header_right #search_block_top p { margin: 0.4em 0 0.4em 1em; float:right; }
#header_right #search_block_top label, #header_right #search_block_top input { float: left }
#header_right #search_block_top label {
	 background: url("../../../img/icon/go.png") no-repeat scroll 0 0 #CCCCCC;
	float: left;
	width: 19px;
	height: 18px;
	display:none;
}
#header_right #search_block_top input.search_query {background-color: transparent;
    margin: 0;
    width: 20em;     
	height: 16px;
	 border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;}

#header_right #search_block_top form input.button {
	 background: url("../../../img/icon/go.png") no-repeat scroll 0 0 #CCCCCC;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    margin-left: 0;
    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 }

