@charset "utf-8";
/* CSS Document */
.search_table_style{
	height: 30px;
	border-left-color: #BDBDBD;
	border-right-color: #BDBDBD;
	border-top-color: #BDBDBD;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	font-size: 16px;
	float: left;
	margin-top: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-width: 0px;
	min-width: 200px;
	width: 300px;
	background-color: hsla(0,0%,100%,0.50);
	}
	
.search_button_styble{
	float: left;
	font-family: "微軟正黑體";
	font-size: 16px;
	height: 32px;
	margin-top: 3px;
	background-color: #53B650;
	color: #FFFFFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -2px;
	border-width: 0px;
	}