/* contact details */
#theDetails {
	width: 420px;
	margin-bottom:25px;
        margin-right: 20px;
        float:left;
}

.dlist2 {
	margin-bottom: 15px;
}
.dlist2 dt {
	font-weight: bold;
	display: block;
	clear: both;
	float: left;
	width: 110px;
	margin-bottom: 12px;
        color:#144E8C;
}
.dlist2 dd {
	display: block;
	float: right;
	width: 310px;
	margin-bottom: 12px;
}



/* Google Map */
#googlemap {
	width: 420px;
	margin: 0 0 25px;
        float:left;
}


/* enquiry form */
#theform {
	width: 500px;
	margin: 0 0 25px;
}
.required-field {
	font-size: 1em;
	color: #FF0000;
	text-align:right;
}
.red {
	font-size: 1em;
	color: #FF0000;
}
.form-list {
	margin-bottom: 20px;
}
.form-list dt {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #144E8C;
	color: #144E8C;
	margin-bottom: 7px;
}
.form-list dd {
	margin-bottom: 13px;
}
.text-field {
	width: 500px;
}
.right30 {
	padding-right: 30px;
}
#btn-submit {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	width: 100px;
}

.error input , 
.error textarea , 
.error label {
	background:#FFCCCC;
}
* html dl dd.error label {
	background:none;
}
*+html dl dd.error label{
	background:none;
}
label.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
}
