#book_small, #book {
	font-size: 10px;
}
#book {
	margin-left: 35px;
	margin-top: 30px;
}
#book_small label {
	display: block;
	float: left;
	line-height: 18px;
	width: 3em;
	text-align: right;
	padding-right: 0.5em;
	font-weight: bold;
}
th {
	text-align: right;
	padding-right: 5px;
}
#book_small input, #book_small select, #book input, #book select  {
	font-size: 12px;
}
#book_small input[type=submit] {
	margin-left: 40px;
}
#book input[type=submit] {
	background-color: red;
	color: white;
	border: 1px solid white;
}
#book input[type=button] {
	background-color: white;
	border: 1px solid red;
}
#book textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	width: 250px;
	height: 80px;
}
.book_collapse_roundtrip {
	display: none;
}
#nb_people {
	width: 10px;
	height: 12px;
	background: transparent url(/images/man.png) repeat-x;
}

#BOOK_car {
	width: 240px;
}
#book #layer {
	height: 20px;
	position: absolute;
	width: 240px;
	background: transparent url(/images/spacer.gif);
}
#book #carlist {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #868686;
	display:none;
	height:220px;
	overflow:auto;
	position:absolute;
	width:240px;
}
#book #carlist a {
	display:block;
	padding: 15px 5px 0 104px;
	color: black;
	font-size:10px;
	height: 39px;
	text-align:center;
	background-repeat: no-repeat;
	width: 113px;	
}
#book #carlist a:hover {
	background-color:#ddd;
}
#book #carlist a img {
	border: none;
	float: left;
	margin: 1px;
}

#loading {
	display:none;
	padding:2px 6px;
	margin-left:5px;
	background:transparent url(/images/wait2.gif) no-repeat center center;
	font-size:10px;
}
.mandatory {
	font-size: 16px;
	color: red;
	font-weight: bold;
	padding-left: 2px;
}
.accolade_price {
	font-size: 70px;
	line-height: 50px;
}
.label_price {
	position: relative;
	top: -16px;
}
/*#BOOK_price {
	font-size: 20px;
	position: relative;
	top: -14px;
}*/
#BOOK_price {
	border: 1px solid white;
	display: block;
	float: left;
	padding: 15px 50px;
	font-size: 20px;
	background-color: red;
	color: #fff;
}
#BOOK_tr_price {
	display: none;
}
#mandatory_alert {
	display: none;
	margin-left: 10px;
}
.thank_you {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 25px;
}
#div_options {
	border:1px solid #fff;
	display:none;
}
