#content p {
	margin-bottom: 1em;
}

#content .note {
	width: 200px;
	float: right;
	margin: 1em 0 1em 1em;
	border: solid 1px #8C0000;
	background-color: #CCC399;
	padding: 0.7em;
	font-size: 80%;
	font-style: italic;
}

#content .error {
	font-weight: bold;
	color: #D80024;
}

#content h2 {
	font-size: 110%;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 100%;
	margin-bottom: 10px;
}

#content h4 {
	font-size: 95%;
	margin-bottom: 10px;
}

#content ul,
#content ol {
	margin-left: 30px;
	margin-top: 20px;
}

#content li {
	margin-bottom: 8px;
}

#frmEnquiry div.formrow {
	padding-top: 10px;
	clear: both;
	font-size: 95%;
}

#frmEnquiry div.formrow p.formlabel,
#frmEnquiry div.formrow label.formlabel {
	width: 180px;
	margin-right: 10px;
	display: block;
	float: left;
	border-botom: solid 1px #CCCCCC;
}

#frmEnquiry div.formrow label.formlabelinline {
	margin-left: 10px;
}

#frmEnquiry div.formrow input {
}

#frmEnquiry div.formrow textarea {
	width: 350px;
}

/* Only needed for editing */
.mceContentBody {
	font-size: 100%;
	padding: 1em;
}


/* Testimonials in editor */
.mceContentBody span.testimonialsnip {
	background-color: #FF7466;
}

.mceContentBody #testimonial1,
.mceContentBody #testimonial2,
.mceContentBody #testimonial3 {
	display: block;
	padding-left: 0;
}

/* Testimonials*/
#testimonial1,
#testimonial2,
#testimonial3 {
	display: none;
}

span.testimonialsnip {
	color: #777777;
}

span.testimonialsnipout {
	display: block;
	width: 240px;
	float: left;
	clear: both;
	margin-bottom: 2em;
	text-align: right;
}