#content_column1 {
	float: none;
}

div.large {
	width: 961px;
	background: url('../images/hbox-middle.gif') repeat-y;
}
	div.large h1, div.large h2 {
		background: url('../images/hbox-top.gif') no-repeat top left;
		font-size: 18px;
	}
	div.large .box_content h1, div.large .box_content h2 {
		background: none;
	}
	div.large .box_content {
		background: url('../images/hbox-bottom.gif') no-repeat bottom left;
	}

div.medium {
	width: 706px;
	background: url('../images/mbox-middle.gif') repeat-y;
}
	div.medium h2 {
		background-image: url('../images/mbox-top.gif');
		font-size: 14px;
		color: #3969A5;
	}
	div.medium .box_content {
		background: url('../images/mbox-bottom.gif') no-repeat bottom left;
	}

form.edit_form dd {
	width:400px;
}

#subject,#email,#name {
	width:200px;
}

#message_body {
	width: 100%;
	height: 140px;
}

.edit_form .controls p {
	color:#878787;
	float:right;
	font-size:14px;
	margin:0pt;
	text-align:right;
	width:200px;
}

.edit_form .controls p span {
	color:#649B42;
}

#couple-grass {
	float: right;
	margin-right: 30px;
	margin-top: 70px;
}

#contact_form {
	margin-top: 30px;
}