#customerchoice {
	border: 2px solid #CCC;
	padding: 10px;
	display: block;
}

.bookingtable thead th {
	background-color:#ffffff;
	font-size:12px;
	padding:4px;
	text-align:left;
	color: #000;
}

.bookingtable {
	width: 100%;
	margin-bottom: 30px;
	float: left;
}

.bookingtable td { border: solid 1px #e3e3e3; }
.bookingtable #surname { width: 166px; }

.bookingtable tbody td.info {
	width: 150px;
	background-color: #ffffff;
}

.bookingtable tbody td.infonowidth {
	background-color: #D4E3EE;
}

.bookingtable tbody td.detail {
	background-color: #ffffff;
}

.bookingtable tbody td input.required {
	background-color: #21bfcf;
}

.bookingtable tbody td.highlight {
	background-color: #2c294e;
	color: #FFF;
	font-weight: bold;
}

.bookingtable tbody td input#addr1 {
	margin-bottom: 4px;
}

p.center {
	text-align: center;
}
