/****************************************
CSS Document							*
Author: Philipp Breinich				*
Date: 2007-03							*
Styles: Fluganfrage						*
****************************************/

/*  ------------------ General ----------------*/

.flightrequest{
border: 2px #b00707 solid;
padding:0 10px 10px 10px;
margin-bottom:10px;
margin-top:20px;
width:680px;

}

.flightrequest legend, #flightoptions legend{
color:#666666;
font-size:13px;
margin-bottom:0 !important;
margin-bottom:10px;
}

.flightrequest .form_elements{
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	font-size:12px;
	height:auto;
}

/*  ------------------ Flight Information ----------------*/


.flightrequest .to label,
.flightrequest .date_day label,
.flightrequest .tolerance_1 label,
.flightrequest .tolerance_2 label{
display:block;

}

table#flightinformation{
color:#8a9295;
margin-top:10px;
font-size:11px;
}

#flightinformation tr{
height:45px;
vertical-align:bottom;
}

.route{
width:60px;
vertical-align:bottom;
padding-bottom:3px;
padding-right:10px;
}

.airport_departure{
padding-right:12px;
width:40px;
}

.airport_return{
padding-right:30px;
width:40px;
}

.date_1{
padding:0;
width:30px;
}

.date_2{
padding-right:30px;
vertical-align:bottom;
}

.tolerance_1{
}

.tolerance_2{
vertical-align:bottom;
}

.tolerance_text{
vertical-align:bottom;
padding-bottom:3px;
}

/*  ------------------ Flight Option ----------------*/

table#flightoptions{
color:#8a9295;
margin-top:10px;
font-size:11px;
}

#flightoptions .left_column{
width:120px;
}

/*  ------------------ Pax information ----------------*/

table#passengerinformation{
color:#8a9295;
margin-top:10px;
font-size:11px;
}

#passengerinformation .adress{
width:100px;
height:40px;
}

#passengerinformation .lastname{
width:120px;
padding-right:20px;
}

#passengerinformation .firstname{
width:120px;
padding-right:20px;
}

#passengerinformation .birthday{
width:120px;
}

/*  ------------------ Contact Data ----------------*/
table#contactdata{
color:#8a9295;
margin-top:8px;
font-size:11px;
}

.contact_left{
width:130px;
}

/*  ------------------ Flightreqest - Footer ----------------*/

#flightrequest_footer{
margin-top:10px;
margin-left:5px;
}

#flightrequest_footer #button{
margin-top:10px;
margin-bottom:8px;
text-align:center;

}


