.testimonials {
	width: 250px;
	float: right;
	margin: 5px;
	position: relative;
	margin-right: -35px;
}

	.testimonials img {
		border: 0;
		margin-bottom: 5px;
	}
	
p {
	margin-bottom: 40px;
}

fieldset {
	width: 30em;
	float: left;
	border: 1px #cccccc solid;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
}

legend {
	color: #f29400;
}

.form {
	clear: both;
}

.form label {
	float: left;
	clear: left;
	width: 100px;
}

.form .text {
	float: left;
	width: 180px;
}

.form textarea {
	height: 40px;
}

.form .submit {
	float: left;
	clear: both;
	
}

