.wpcf7 div {
	background: #DDD2D2;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 40px;
	width:580px;
	font-size: 11px;
}
.wpcf7 label {
	color: #999;
	line-height: 28px;
	margin-right: 60px;
	margin-bottom: 10px;
	display: block;
	float: right;
}
.wpcf7 input[type="text"], .wpcf7 input[type="submit"], .wpcf7 select {
	border: 1px solid white;
	line-height: 28px;
	background: white;
	height: 28px;
	clear: none;
	width: 303px;
	margin-left: 60px;
	font-size: 11px;
	padding-left: 25px;
	padding-right: 10px;
	border-image: initial;
}
.wpcf7 input[type="submit"] {
/*	width: 120px;
	margin-right: 60px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	background:none;
	*/
}
.wpcf7-submit {
	font-size:16px;
	color:#ff0000;
	line-height: 28px;
	margin-right: 60px;
	margin-bottom: 10px;
	display: block;
	float: right;
}
.wpcf7 div h1 {
	margin-top: 30px;
	margin-left: 180px;
	margin-bottom: 0;
	padding-top: 20px;
}
.wpcf7 div h2 {
	font-size:16px;
	color:#ff0000;
	margin-left: 180px;
	padding-bottom: 20px;
}
.required {
	color:#ff0000;
	font-weight: bold;
	margin-right: 40px;
	font-size: 16px;
}
