#searchbox {
	background: #eee;
	border: 1px solid #888;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	position: relative;
}

#searchbox img,
#searchbox fieldset {
	border: 0;
}

#powered {
	/*background: url('images/powered.png') no-repeat;*/
	height: 23px;
	position: absolute;
	right: 10px;
	width: 130px;
	text-indent: -9999px;
}

.field_clear {
	clear:both;
}

#searchbox {
	padding: 10px;
	width: 630px;
}

#flight_type {
	padding-bottom: 15px;
}

#flight_type span {
	float: left;
	width: 10em;
}

#flight_type label {
	cursor: pointer;
	margin-left: 3px;
}

#flight_type label.hover {
	color: #933;
}

.selected {
	font-weight: bold;
}

.field {
	float: left;
	width: 300px;
	padding: 7px;
}

.field_combined {
	margin-top: 5px;
	width: 300px;
}

.field label {
	display: block;
	margin-bottom: 2px;
}

.field_combined div {
	float: left;
}

#tix_field {
	margin-right: 20px;
}

#numTix {
	width: 35px;
}

.field_submit {
	margin-top: 10px;
}

input,
select {
	color: #555;
}

#depCity,
#retCity {
	border: 1px solid #777;
	color: #888;
	padding: 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 285px;
}

#depCity.focused,
#retCity.focused {
	border-color: #933;
	border-bottom: 2px solid #933;
	padding-bottom: 4px;
}

#depCity.hover,
#retCity.hover {
	border-bottom: 2px solid #933;
	padding-bottom: 4px;
}


#depCity1,
#retCity1{
	border: 1px solid #777;
	color: #888;
	padding: 2px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 200px;
}

#depCity1.focused,
#retCity1.focused {
	border-color: #933;
	border-bottom: 2px solid #933;
	padding-bottom: 4px;
}

#depCity1.hover,
#retCity1.hover {
	border-bottom: 2px solid #933;
	padding-bottom: 4px;
}

.month_input {
	width: 80px;
}

.day_input {
	width: 50px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

