@charset "utf-8";
/* CSS Document */

.searchbox { width:262px; height:47px; float:left;}
.searchbox .search_bar { clear:both; width:262px; margin-left:auto; margin-right:auto; }
	.searchbox .search_bar .search_type { float:left; }
		.searchbox .search_bar .search_type .text { clear:both; font-size:10px; }
		.searchbox .search_bar .search_type .input_box { clear:both }
	.searchbox .search_bar .search_box { float:left; padding-left:10px; padding-top:8px; }
		.searchbox .search_bar .search_box input { width:200px; }
	.searchbox .search_bar .search_button { float:left; padding-top:8px; padding-left:4px; }
	.searchbox .search_bar .search_descriptions { clear:both; font-size:14px; padding-left:120px; }
