/* Enquiry Table */

table.d {
	border-collapse: collapse;
	border: 2px solid white;
}
table.d td, table.d th {
	border: #ddf 1px solid;		
}

table.d th {	
	width:140px;
	font-weight:normal;
}

tr.newsection td {
	border-top: #aaf 2px solid;
}
.fine {
	font-size: smaller;
}
table.d td {
	padding-top: 3px;
	padding-bottom: 3px;
}
form td, form th {
	text-align: left;
	font-size: 1em;	
}

textarea {
  height:200px;
}

input {
  width:220px;
}

input.small {
  width:auto;
}

fieldset {
  border:0;
}

.submit {
  text-align:center;
}

table span {
  font-size:0.86em;
}

/* Rates Table */

table.rates {
  line-height:1.6em;
  width:580px;
  font-size:1.1em;
  color:#000;
  border-bottom:#d4a2bb solid 5px;  
}

table.rates tr {  
  background-color:#f1e0e8;
}

table.rates tr.title {
  background-color:#d4a2bb;
  font-weight:bold;
  line-height:2.4em;  
}

table.rates th,td { 
  border-bottom:#fff solid 1px;  
}

table.rates th {
  width:200px;
  text-align:left;
  padding:5px 5px 5px 15px;
}

table.rates span {
  font-size:0.86em;
  font-weight:normal;  
}

table.rates td {
  text-align:center;
  padding:5px;
}

table.rates a.book-button span{
  
}

table.rates tr.rates-conditions td {
  font-size:0.82em;
  line-height:1.5em;
  text-align:left;
}
