.horizontal_flights_booking_form {
	width: 100%;
	min-width: 250px;
	background-color: #D9EBFF;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-radius: 8px;
	text-align: left;
	font-family: Arial;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.64);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.64);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.64);
}

.horizontal_flights_booking_form table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	width: 100%;
}

.horizontal_flights_booking_form td {
	vertical-align: middle;
	padding: 0;
}

.horizontal_flights_booking_form .small_label_font {
	font-size: 15px;
}

.horizontal_flights_booking_form .big_label_font {
	font-size: 16px;
}

.horizontal_flights_booking_form .text_input {
	display: inline-block;
	padding: 5px;
	font-size: 15px;
	line-height: 21px;
	color: #000;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.horizontal_flights_booking_form .text_input:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.horizontal_flights_booking_form .text_input_big {
	width: 87%;
}

.horizontal_flights_booking_form .text_input_calendar {
	width: 60%;
	background-image: url(/images/bookingForms/calendar-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:33px;
}

.flight_select_div {
	 padding-right:8px;
}

.horizontal_flights_booking_form label.for_flights_roundtrip .small_label_font {
	text-align:center; 
	width:43.5%;
}

.horizontal_flights_booking_form label.for_flights_oneway .small_label_font {
	text-align:center; 
	width:38%;
}

.horizontal_flights_booking_form label.for_flights_prefer_nonstop .small_label_font {
	padding-left:2px;
	padding-right:2px;
	font-size:14px;
}

.horizontal_flights_booking_form .submit_button_box {
	box-shadow: 0 0 20px rgba(255,238,54,0.8);	
	width: 40%;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
.horizontal_flights_booking_form .red_submit_button {
	width: 100%;
	margin: 0;
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffa32b), color-stop(1, #d66b00) );
	background:-moz-linear-gradient( center top, #ffa32b 5%, #d66b00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa32b', endColorstr='#d66b00');
	background-color:#ffa32b;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #cc6d00;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:15px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b84000;
}

.horizontal_flights_booking_form .red_submit_button:hover {
	margin: 0;
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d66b00), color-stop(1, #ffa32b) );
	background:-moz-linear-gradient( center top, #d66b00 5%, #ffa32b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d66b00', endColorstr='#ffa32b');
	background-color:#d66b00;
}

.horizontal_flights_booking_form .red_submit_button:active {
	margin: 0;
	cursor: pointer;
	position:relative;
	top:1px;
}

.horizontal_flights_booking_form .hidden {
	display: none;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.horizontal_flights_booking_form .headline_inner_table td{
	color: rgb(0, 0, 0);
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	vertical-align: top;
}




/* Auto complete CSS */

/* following styles override jQuery UI's autocomplete default styles
 * (the tbjs autocomplete plugin makes the ul,a elements have the tbjs-autocomplete-ul,tbjs-autocomplete-a classes)
 * http://docs.jquery.com/UI/API/1.8/Autocomplete#options */

/* the list element */
ul.ui-autocomplete.tbjs-autocomplete-ul {
	width: auto;
}
/* an anchor inside list item */
.ui-menu-item a.tbjs-autocomplete-a {
	/*
	display: block;
	padding: 3px 6px;	
	color: #1B5CCD;
	line-height: normal;
	background-color: #F9F9F9;
	border-radius: 0;
	font-weight: bold;
	text-align: left;
	*/
}
/* an anchor inside list item, when in focus*/
.ui-menu-item a.tbjs-autocomplete-a.ui-state-focus {
}
/* the part of the anchor inside a list item that matches the autocomplete search term */
.ui-menu-item a .tbjs-autocomplete-highlight {
	font-weight: bold;
}