div#contactContent {
	padding-left: 20px;
	padding-top: 20px;
	color: #666666;
	background-color: #e0eaf3;
	width: 530px;
	padding-bottom: 40px;
	background-image: url(../images/contentBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: relative;
	text-align: justify;
	padding-right: 208px;
}
div#contactContent a {
	text-decoration: none;
	color: #999999;
}
div#contactContent a:hover {
	text-decoration: underline;
}


div#contactPic {
	background-image: url(../images/peopleContact.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 100px;
	top: 15px;
	height: 70px;
	width: 100px;

}
fieldset {
	margin: 0px;
	padding: 0px;
}
legend {
	margin-left: 10px;
	font-weight: bold;
	color: #666666;
}
label {
	float: left;
	width: 150px;
	padding-right: 10px;
}

ol {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
ol li {
	padding-bottom: 15px;
}
#enquiry_form  ul, #website_review_form ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
}
#enquiry_form    ul   li, #website_review_form  ul li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
