fieldset {
	border: 1px solid #ededed;
	padding: 20px;
}

	fieldset legend {
		padding: 0 5px;
	}
	
input, textarea {
	border: 1px solid #ccc;
	padding: 6px;
	color: #666;
	margin: 5px 0 0 0;
	width: 94%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
	input[type="button"], input[type="submit"], input[type="reset"] {
		width: auto;
	}

	input[type="file"] {
		background: none;
	}
	
	input[type="radio"], input[type="checkbox"], input[type="number"],
	input[type="date"], input[type="time"], input[type="datalist"] {
		width: auto;
		background: none;
	}
	
	input[type="color"] {
		min-width: 50px;
		width: 50px;
	}

label {
	font-weight: bold;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #F2F2F2 inset;
}

.short textarea {
	height: 80px;
}.screen-reader-text {
	display: block;
	font-size: 0.8rem;
}
.wpcf7-list-item {
	display: block;
}