/* Traveler Form */

#TravelerForm {
	border-width: 6px;
	position: absolute;
	width: 38.2em;
	z-index: 100;
}

#TravelerForm #travelers_wrap {
	width: 48%;
}

#TravelForm .date_select {
	width: 44%;
}

/* Close Button */

#tf_close {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

/* IFrame */

#TF_Frame {
	position: absolute;
	display: none;
	z-index: 1;
}

