body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	background: #ffffff;
}
h4 {
	margin: 0;
}
.contact {
	width: 520px;
}
.contact h3 {
	font-size: 22px;
	color: #fff;
	margin: 0;
	text-align: center;
}
.header {
	height: 55px;
	line-height: 60px;
	background: #7eb63c;
	border-bottom: 3px solid #cacaca;
}
form {
	width: 520px;
	float: left;
	margin-top: 20px;
}
form p {
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
	margin: 0 0 16px 0;
}
form p.choose {
	display: block;
	width: auto;
	padding: 10px 0 10px 20px;
	margin: 0;
	font-size: 12px;
	color: #444;
}
form input[type="text"], form textarea {
	float: left;
	width: 282px;
	padding: 6px 10px;
	border: 1px solid #aeaeae;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #555;
}
form input[type="submit"] {
	float: left;
	margin: 0 0 10px 223px;
	background: #7eb63c;
	border: 0 none;
	color: #fff;
	font-size: 14px;
	padding: 6px;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
}
form input[type="submit"]:hover {
	background: #344b5d;
}
fieldset {
	float: left;
	width: 440px;
	margin: 0 20px 10px 20px;
	padding: 10px 20px;
	border: 0;
	background: #f3f3f3;
	line-height: 130%;
}
fieldset .leftcolumn {
	float: left;
	width: 218px;
}
fieldset .rightcolumn {
	float: left;
	width: 222px;
}