#searchbox * {
	margin: 0;
	padding: 0;
}

#searchbox {
	background: #eee;
	border: 1px solid #888;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding: 10px;
	position: relative;
	width: 600px;
}

#searchbox img,
#searchbox fieldset {
	border: 0;
}

#searchbox #powered {
	background: url('images/powered.png') no-repeat;
	height: 23px;
	position: absolute;
	right: 10px;
	width: 130px;
	text-indent: -9999px;
}

#searchbox .field_clear {
	clear:both;
}

#searchbox #flight_type {
	padding: 7px 0 15px 7px;
}

#searchbox #flight_type span {
	float: left;
	width: 10em;
}

#searchbox #flight_type label {
	cursor: pointer;
	margin-left: 3px;
}

#searchbox #flight_type label.hover {
	color: #ff4d00;
}

#searchbox .selected {
	font-weight: bold;
}

#searchbox .field {
	float: left;
	width: 280px;
	padding: 7px;
}

#searchbox .field_combined {
	margin-top: 5px;
	width: 280px;
}

#searchbox .field label {
	display: block;
	margin-bottom: 2px;
}

#searchbox .field_combined div {
	float: left;
}

#searchbox #tix_field {
	margin-right: 20px;
}

#searchbox #numTix {
	width: 35px;
}

.#searchbox field_submit {
	margin-top: 10px;
}

#searchbox input,
#searchbox select {
	color: #555;
}

#searchbox #depCity,
#searchbox #retCity {
	border: 1px solid #777;
	color: #888;
	padding: 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 270px;
}

#searchbox #depCity.focused,
#searchbox #retCity.focused {
	border-color: #ff4d00;
	border-bottom: 2px solid #ff4d00;
	padding-bottom: 4px;
}

#searchbox #depCity.hover,
#searchbox #retCity.hover {
	border-bottom: 2px solid #ff4d00;
	padding-bottom: 4px;
}


#searchbox .month_input {
	width: 80px;
}

#searchbox .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 */
