/* block top search */
#header_right #search_block_top {
    background: url("../../../img/search_bg.jpg") no-repeat scroll center top transparent;
    height: 50px;
    margin-left: 611px;
    position: absolute;
    top: 15px;
    width: 354px;
}

#header_right #search_block_top p { }
#header_right #search_block_top label, #header_right #search_block_top input { float: left;}
#header_right #search_block_top label {
	display: block;
    float: left;
    height: 18px;
    width: 2px;
}
#header_right #search_block_top input.search_query {      
  background: none repeat scroll 0 0 #7080a5;
    border: medium none;
    color: #FFFFFF;
    height: 17px;
    margin-left: 83px;
    margin-top: 12px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-top: 3px;
    width: 226px;
}

#header_right #search_block_top input.button {
     background: url("../../../img/go_but.gif") no-repeat scroll right center transparent;
    height: 23px;
    margin-left: 0;
    margin-top: 12px;
    padding: 0;
    width: 24px;
	}


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


