#bookingEngine {
	padding: 0px;
	margin-bottom: 40px;

}
table.masterTable {
	background-color: #EBCD90;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid #EBCD90;
}
#bookingEngine td {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px;
}
input.yellow {
	background-color: #FFFFCC;

}
select.yellow {
	background-color: #FFFFCC;
}
#bookingEngine a:link {
	color: #990000;
	text-decoration: none;
}
#bookingEngine a:visited {
	color: #990000;
	text-decoration: none;
}
#bookingEngine a:hover {
	color: #990000;
	text-decoration: underline;
}
#bookingEngine a:active {
	color: #990000;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
.noBGcolor {
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
}
