body {
	background-color: rgb(244, 251, 255);
}

form {
	border: 1px solid rgb(183, 214, 231); 
	padding: 0px 5px; 
	color: rgb(0, 0, 0); 
	text-align: left; 
	width: 150px;

}

#TourSearchForm {
	text-align: center;
}

#TourSearchForm .k2form-element {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 25px;
}

#TourSearchForm .k2form-element label{
	margin-top: 20px;
}

#TourSearchForm select {
	width: 148px;
	float: right;
	clear: both;
}

#s_fulltext {
	width: 150px;
	float: left;
	clear: both;
}

#Submit {
	
	text-align: center;
	margin-left: auto;

	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid rgb(114, 114, 114); 
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 226, 135);
}
