@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-radius: 3px;
	border-width: 0px;
	width: 70%;
	background-color: hsla(0,0%,100%,1.00);
	}
	
.search_button_styble{
	float: right;
	font-family: "微軟正黑體";
	font-size: 16px;
	height: 32px;
	margin-top: 3px;
	background-color: #a40000;
	color: #FFFFFF;
	border-radius: 3px;
	border-width: 0px;
	width: 20%;
	}