#contact ul, #booking ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact ul li, #booking ul li {
	margin: 0;
	clear: both;
	border-top: 1px dotted #666;
	padding: 0.5em 0;
}

li.element-group  label{
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 10px;
	line-height: 1.6em;
	text-align: right;
	width: 200px;
}
li.element-group  input{
	width: 260px;
}

li.submit-group {
	border-bottom: 1px dotted #666;
	text-align: right;
}
li.submit-group input{
	margin-right: 90px; 
}

ul.errors {
	width: 400px;
	float: right;
	color: red;
}

span.optional{
	font-weight: normal;
	color: dimgray;
}