form {
	width: 480px;
	background: #EEEFE7;;
	border: 1px solid silver;
	padding: 10px;
	margin: 0px 50px 30px 0;
	float: right;
	}
form .subsection {
	display: block;

	margin: 10px 70px 15px 50px;
	
	overflow: hidden;
	}

form #comments {
	height: 160px;
	}

form #address {
	height: 75px;
	}

form #contact_how {
	height: 75px;
	}

form .subsection label {
	color: #005500;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	text-align:left;
	width: auto;
	display: block;
	float: left;
	clear: left;
	}

input#send {
	margin-left: 185px;
	margin-top: 15px;
	width: 100px;
	}
	
form .subsection .formbox {
	width: 240px;
	display: block;
	float: right;
	clear: right;
	}

form .subsection textarea {
	display: block;
	float: right;
	clear: right;
	}

.contact {
	display: inline;
	float: right;
	margin-right: 230px;
	width: auto;
	}

#newsletter {
	float: left;
	width: auto;
	}

label#promo {
	float: right;
	margin-left: 10px;
	margin-right: 0;
	width: 330px;
	}

p.done {
	color: #c33;
	font-size: 120%;
	margin: 5px 30px;
	clear: both;
	text-align: center;
	padding: 0;
	}
