﻿#iFrame_SE01{
	width: 100% !important;
}
.Label-box {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.Label-tour {
	background-position: center 5px;
	padding: 4px 15px 0px 10px;
	background-color: #F0F0F0;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 120px;
	display: table;
	background-image: url('../img/TourSearch-logo-g.png');
	background-repeat: no-repeat;
	height: 23px;
}
.TourSearch-box {
	border-style: solid;
	border-width: 0px;
	border-color: #D5D5D5 #d5d5d5 #d5d5d5 #d5d5d5;
	border-radius: 0px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.TourSearch-clear {
	clear: both;
}
.Search-minbox {
	overflow: auto;
	margin: 0px 0% 0% 1%;
	border: 0px solid #CCCCCC;
	padding: 0px;
	width: 39%;
	float: left;
	display: table;
}
.Search-minbox2 {
	margin: 0px 0% 0% 1%;
	border: 0px solid #CCCCCC;
	padding: 0px;
	width: 39%;
	float: left;
}
.Search-minbox3 {
	border-style: solid;
	border-width: 0px;
	margin: 0px 0% 0% 1%;
	padding: 0px;
	width: 19%;
	float: left;
	font-size: 0.7em;
	font-family: 微軟正黑體;
	white-space: nowrap;
}
.Search-minbox4 {
	margin: 5px 0% 0% 1%;
	border: 0px solid #CCCCCC;
	padding: 0px;
	width: 99%;
	float: left;
}
.Search-minbox5 {
	margin: 5px 0.5% 0% 1%;
	border: 0px solid #CCCCCC;
	padding: 0px;
	width: 39%;
	float: left;
}
.Search-minbox6 {
	margin: 5px 0% 0% 0.5%;
	border: 0px solid #CCCCCC;
	padding: 0px;
	width: 39%;
	float: left;
}
.Search-minbox7 {
	margin: 5px 0% 0% 0%;
	border: 0px solid #CCCCCC;
	padding: 0px;
	width: 20%;
	float: left;
}
.form-style {
	border-radius: 5px;
	padding: 5px 0px 5px 5px;
	margin: 0px;
	border: 1px dotted #C0C0C0;
	width: 100%;
	font-family: 微軟正黑體;
	font-size: 0.7em;
	color: #333333;
}
.TourSearch-icon a {
	padding: 3px 0px 3px 0px;
	cursor: pointer;
	border-radius: 8px;
	font-family: 微軟正黑體;
	font-size: 0.9em;
	width: 90%;
	text-align: center;
	background-color: #009944;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #006200;
	border-bottom-width: 2px;
	float: right;
}

.TourSearch-icon a:hover  img{
	content: url('../img/TourSearch-GOv.png');
	
}

.TourSearch-icon a:hover {
	background-color: #00C157;
	color: #FFFF00;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #00C157;
	transition-duration: 0.3s;
}
input:focus {
	transition-duration: 0.6s;
	border-color: #00ffff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
