div.rental {
	width:100%;
	margin:0 0 8px 0;
	overflow:auto;
}
div.rental a {
	color:#99042e;
	font-size:11px;
}
div.rental img {
	float:right;
	margin:0 0 0 8px;
	display:block;
	
}
table.timetable {
}
table.timetable tr {
	background:#f1f1f1;
}
table.timetable td {
	text-align:center;
}
table.timetable tr.route {
	background:none;
}
table tr.head {
	background:#99042e;
	color:#fff;
}
table.timetable tr.route td {
	text-align:left;
	vertical-align:bottom;
	padding-top:5px;
}
table.timetable td span.na {
	color:#e2e2e2;
}
.f {
	border:1px solid #99042e;
	background:#fafafa;
	width:99%;
}
div.book-flight {
	border:1px solid #99042e;
	padding:12px;
}
div.book-flight select {
	font-size:12px;
	font-weight:bold;
	color:#666;
}
div.message {
	border:1px solid red;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:red;
}