.subm {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
/*	width: 50%; */
	margin: auto;
	padding: 10px 20px;
	border: 1px solid #eaeaea;
}
.wpcf7 {
		-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
/*	width: 50%; */
	margin: auto;
	padding: 10px 20px;
	border: 1px solid #eaeaea;
	
}
.wpcf7 p {
margin-left: 100px;
}
fieldset {
	border: none;
	padding-left: 0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #cccccc;
}

.wpcf7 h2 {
	font-size: 1.8em;
	font-weight: bold;
margin:20px;
	padding-left: 0px;
	color: #777;
}	

legend {
	font-size: 1.8em;
	font-weight: bold;
margin:20px;
	padding-left: 0px;
	color: #777;
}	

fieldset p {
	clear: both;
	padding-top: 10px;
	width: 500px;
}

fieldset p.first {
	padding-top: 0;
}

fieldset label {
	float: left;
	width: 150px;
	padding-top: 3px;
	font-size: 1.2em;
}

fieldset p span {
	float: right;
	width: 350px;
}

fieldset label span {
	float: none;
	width: auto;
	color: red;
	font-weight: bold;
	padding-left: 5px;
}
input.subs, textarea.subs {
		background: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	resize: none;
	width: 400px;
	
}

.subs input, .subs textarea, .subs select {
	background: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	resize: none;
	width: 320px;
}
input:focus.subs, textarea:focus.subs {
		background: #ffffff;
	border: 1px solid #99cc00;
	outline: none;
	
}
.subs input:focus, .subs textarea:focus, .subs select:focus {
	background: #ffffff;
	border: 1px solid #99cc00;
	outline: none;
}
.input:hover.subs, textarea:hover.subs {
	border: 1px solid #99cc00;
}


.subs input:hover, .subs textarea:hover, .subs select:hover {
	border: 1px solid #99cc00;
}

fieldset.captcha {
	width: auto;
}
fieldset.captcha p {
	width: 240px;
}
fieldset p.message { width: auto; }
fieldset.captcha input { margin-top: 5px; }
.wpcf7 input[type="submit"] {
margin-left: 340px;
	border:1px solid #999999;
	background-color:#8EA7AA;
	padding: 5px;
	width: 150px;
	border-radius: 5px;
	-moz-border-radius:5px 5px 5px 5px;
	font-size: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus {
	background-color: #697D80;
	border-color: #666;
}

input.button {
margin-left: 340px;
	border:1px solid #999999;
	background-color:#8EA7AA;
	padding: 5px;
	width: 150px;
	border-radius: 5px;
	-moz-border-radius:5px 5px 5px 5px;
	font-size: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	cursor: pointer;
}
input.button:hover {
	background-color: #697D80;
	border-color: #666;
}

.error {
	background: #cc9999;
	border: 1px solid #a9343d;
	border-radius: 5px;
	font-size: 11px;
}
.error p {
	font-weight: bold;
	color: #6c1218;
	text-indent: 20px;
}

.success {
	background: #99ff99 url('accept.png') no-repeat 11px 10px;
	border: 1px solid #336600;
	border-radius: 5px;
	font-size: 11px;
}
.success p {
	font-weight: bold;
	color: #336600;
	text-indent: 35px;
}
