table.standard
{
  margin: 1em 0;  
  border-collapse: collapse;
  font-size:0.75em;
}

table.standard th, table.standard td
{
  padding: 3px 5px;  
}

table.standard th
{  
  text-align: left;
  width:180px;
}


/* Event booking table */

.contact-tbl {
	font-size:0.75em;
	line-height:1.5em;
	width:600px;
	margin-bottom: 10px;
}
.contact-tbl th {
	text-align:left;
	font-weight:normal;
	padding: 5px;
	background:#c1c1c0;
}
.contact-tbl td {
	padding: 5px;
}
.contact-tbl th.tbl-heading {
	font-weight:bold;
	background:#b6b6b6;
}
.contact-tbl input, .contact-tbl select {
	width:400px;
	padding:3px;
	border: 1px solid #666;
}
.contact-tbl.opt-tbl input {
	width:150px;
}
.contact-tbl .input-short {
	width:15px;
	border:0;
}
.opt-tbl td {
	width:175px;
}
.opt-tbl th {
	width:60px;
}
.contact-tbl.send-tbl th {
	text-align:right;
}
#content .contact-tbl input.submit {
	background:transparent url('../images/g-button-submit.gif') no-repeat right top;
	border:0;
	width:161px;
	height:26px;
	padding: 0 20px 0 10px;
	text-align:left;
	color:#fff;
	cursor:pointer;
}
.contact-tbl.bcbf {
	border-spacing: 10px;
}
.contact-tbl.bcbf label {
	cursor:pointer;
}
.required {
	font-size:11px;
	font-style:italic;
}