@charset "utf-8";
/* CSS Document */
.search_table_style{
	width: 60%;
	height: 30px;
	border-color: #BDBDBD;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	font-size: 16px;
	float: left;
	margin-top: 3px;
	border-width: 1px 0px 1px 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	
.search_button_styble{
	float: left;
	font-family: "微軟正黑體";
	font-size: 16px;
	width: 25%;
	height: 34px;
	border-width: 1px;
	margin-top: 3px;
	background-color: #FFFFFF;
	border-color: #BDBDBD;
	color: #939393;
	}