#flightfinder fieldset, #flightfinder fieldset, #flightfinder label {
	z-index: 1;
}

#lazyFrame {
	border:none;
	background: transparent!important;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#lazySelect {
	display: none; 
	border: 1px solid #667ea0;
	position: absolute;
	background: white;
	z-index: 1000;
	padding: 10px 20px 55px 20px;
	width: 400px;
	left: -50px;
	top: inherit;
	min-height: 100px;
	font-size: 14px;
}

#lazySelect ul {
	float: left;
	margin: 0;
	padding: 0;
}

#lazySelect li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#lazySelect a {
	padding: 2px 10px;
	display: block;
	text-decoration: none;
	width: 150px;
	color: #666666;
}

#lazySelect a:hover {
	color: white;
	background: #e41818;
}

#lazySelect div {
	border-top: 1px solid #a19690;
	position: absolute;
	bottom: 0px;
	left: 10px;
	right: 10px;
	text-align: center;
	display: block;
	padding: 35px 0 0 0;
	margin: 0px 0 0 0;
	overflow: visible;
}

#lazySelect span {
	position: absolute;
	bottom: 0px;
	left: -10px;
	right: -10px;
	text-align: center;
	display: block;
	padding: 5px 0 5px 0;
	margin: 0px 0 0 0;
	font-weight:bold;
	color: #ffffff;
	cursor: pointer;
	background-color: #667ea0;
}

body.home #flightfinder, body.main #flightfinder {
	width: 347px;
	background: url('images/bg-ff-home.jpg') no-repeat;
	padding: 60px 0 0 0px;
}

body.home #flightfinder h2, body.main #flightfinder h2 {
	display: none;
}

#flightfinder {
	position: relative;
	top: -1px;
	font-size: 10px;
	margin: 0 10px 0 0;
	height: 331px;
	
	
	width: 249px;
	background: url('images/bg-ff.jpg') no-repeat;
	padding: 0 0 50px 0;
}

#flightfinder h2 {
	padding: 10px 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #d2001b;
}

#flightfinder input, #flightfinder select {
	margin: 0;
	padding: 0;
}

body.home #flightfinder fieldset, body.main #flightfinder fieldset {
	width: 295px;
	margin: 0 0px 0 10px;
	padding: 0px 15px;
	border: none;
	background-color: #faf8f7;
}

#flightfinder fieldset {
	width: 212px;
	margin: 0 0px 0 5px;
	padding: 0px 15px;
	border: none;
	background-color: #faf8f7;
}



#flightfinder .trip {
	margin-top: 15px;
}

#flightfinder .cities label {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#flightfinder .cities select {
	width: 100%;
}



#flightfinder .dates label {
	float: left;
	margin: 0 0px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	width: 95px;
}

#flightfinder .trip label {
	float: left;
	margin: 0 0px 0 0;
	width: 95px;
}

#flightfinder .dates input[type='text'] {
	width: 70px;
}


#flightfinder em {
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
}

#flightfinder .passengers {
	padding-top: 2px;
	padding-bottom: 2px;
}

#flightfinder .passengers label {
	float: left;
	padding: 0 0px 10px 0;
	width: 95px;
}

#flightfinder label.group {
}


#flightfinder .submit input[type='text'] {
	width: 70px;
}

#flightfinder input.submit {
	border: none;
	color: white;
	background: #667ea0;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 120px;
}


#flightfinder .submit label {
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#flightfinder label a {
	color: #766a63;
}

#flightfinder #external {
	display: none;
}

body.home #flightfinder #external, body.main #flightfinder #external {
	display: block;
}

#external {
	position: absolute;
	top: 0;
	left: 0px;
	height: 42px;
	width: 100%;
	/*background: url('images/bg-submenu.png');*/
}

#external a {
	float: left;
	height: 22px;
	margin: 0;
	text-decoration: none;
	
	text-align:center;
	font-size: 13px;
	color: white;
	padding:15px 5px 0 5px;
}

#flightfinder #external a.resa {
	width: 109px;
	color: #d2001b;
}

#flightfinder #external a.hotl {
	width: 55px;
}

#flightfinder #external a.voit {
	width: 70px;
}

#flightfinder #external a.nave {
	width: 65px;
	padding: 1px 5px 12px 5px;
}

#flightfinder .dates label.left {
	margin-left: 12px;

}

#flightfinder .trip label.left {
	margin-left: 12px;

}

#flightfinder .passengers label.left {
	margin-left: 12px;

}

#flightfinder .passengers label.left {
	margin-left: 12px;

}


/***
 *	
 *	BIP customization
 *	
 */
body.bip #flightfinder {
	position: relative;
	top: -1px;
	font-size: 10px;
	margin: 0 10px 0 0;
	height: 331px;	
	width: 249px;
	background: url('images/bg-ff-bip.jpg') no-repeat;
	padding: 0 0 50px 0;
}
 
 
body.bip #flightfinder h2 {
	color: #1e828b;
	margin-bottom:30px;
}

body.bip #flightfinder fieldset {
	background: #f4f9fa;
	padding-top:5px;
	
}

body.bip #flightfinder input.submit {
	background: #1f8994;
	width: auto;
}


/***
 *	
 *	family customization
 *	
 */

body.family #flightfinder h2 {
	/*color: #1e828b;*/
}

body.family #flightfinder {
	position: relative;
	top: -1px;
	font-size: 10px;
	margin: 0 10px 0 0;
	height: 331px;	
	width: 249px;
	background: url('images/bg-ff-family.jpg') no-repeat;
	padding: 0 0 50px 0;
}

body.family #flightfinder input.submit {
	/*background: #1f8994;*/
	width: auto;
}


body.home #main .col-2 {
	overflow: hidden;
	height: 376px;
}



div#main form#flightfinder.highlight {
	background: url('images/bg-ff-red.jpg') no-repeat top 1px;
	background-image: url('images/bg-ff-red.jpg');
	background-position: top 1px;
}


#main #flightfinder.highlight fieldset {
	background: transparent;
}

#main #flightfinder fieldset.passengers {
	margin-bottom: 0;
	margin-top: 0;
	font-size:9px;
}

#main #flightfinder fieldset.passengers em {
	font-size:10px;
}
#main #flightfinder fieldset.cities {
	margin-bottom: 0;
	margin-top: 0;
	padding-top:5px;
	
	}

#main #flightfinder fieldset.trip {
	margin-bottom: 0;
	margin-top: 0;
	padding-top:5px;
	padding-bottom:5px;
}


#main #flightfinder fieldset.date {
	margin-bottom: 0;
	margin-top: 0;
}

