/*****Forms*****/
forms { float: left; list-style: none; margin: 0; width: 100%; }
forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
}
label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
}

.wpcf7-form label {
	font-weight: normal;
}

 input, textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
}
input:focus, textarea:focus { background-color: #f2f3f6; border-color: #ff9800; }

input[type="submit"] {
	background: #6F2280;
	border: 1px solid black;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	width: 120px;
}
input[type="submit"]:hover { background: #349800; }
input[type="submit"]:active { left: -1px; position: relative; top: -1px; }
label img {margin: 0;}
