#search-form{}
#search-form .column-wrapper {
	background: none;
	background-color: #007ebb;
	border: none;
	
	-webkit-box-shadow: 1px 1px 0px 0px rgba(0, 1, 3, 1);
	-moz-box-shadow:    1px 1px 0px 0px rgba(0, 1, 3, 1);
	box-shadow:         1px 1px 0px 0px rgba(0, 1, 3, 1);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	padding: 25px 50px;
}
#search-form .column-left .decor,
#search-form .column-right .decor { margin: 0; padding: 0px 8px 0px 8px; }
#search-form .string { padding: 0; }
#search-form .string:first-child { padding-bottom: 20px; }
#search-form .string .string { padding-bottom: 0; }
#search-form p {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	text-shadow: 1px 1px 0px rgba(0, 1, 3, 0.5);
	margin-bottom: 5px;
}
#search-form select {
	height: 40px;
}
#search-form .selectmenu {
	border: none;
	height: 40px;
	box-shadow: none;
}
#search-form .selectmenu div.selectmenu{
	border: none;
	height: 40px;
	box-shadow: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#search-form .selectmenu span {
	color: #191919;
	font: 400 16px/40px Arial,sans-serif;
	height: 40px;
}
#search-form #cities-decor .selectmenu span,
#search-form #countries-decor .selectmenu span { font-weight: bold; }
#search-form .selectmenu span::before {
	background: url(../images/icons/after.png) no-repeat scroll left top;
	display: block;
	position: absolute;
	top: 10px;
	left: 98%;
	content: '';
	width: 20px;
	height: 20px;
	border: 0;
	margin-left: -21px;
	border-radius: 3px;
}
#search-form .input.calendar {
	border: none;
	height: 40px;
	box-shadow: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#search-form .input.calendar input,
#search-form .input.calendar input {
	height: 40px;
	color: #191919;
	font: 400 16px/40px Arial,sans-serif;
}
#search-form .search-tour {
	padding: 20px 0 0;
	margin: 0;
	text-align: center;
}
#search-form #submit {
	background: none;
	background-color: #ff9933;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 0px 0px rgba(236, 116, 0, 1);
	-moz-box-shadow:    1px 1px 0px 0px rgba(236, 116, 0, 1);
	box-shadow:         1px 1px 0px 0px rgba(236, 116, 0, 1);

	color: #FFF;
	display: inline-block;
	font: 700 18px Arial,sans-serif;
	min-width: 160px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(236, 116, 0, 1);
	padding: 10px 20px;
	transition: all 300ms ease-in-out 0s;
	cursor: pointer;
	height: auto;
}
#search-form #submit:hover {
	color: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}