.form-style-8 {
	/*font-family: 'Open Sans Condensed', arial, sans;*/
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	width: 500px;
	padding: 30px;
	background: #FFFFFF;
	margin: 50px auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
}

.form-style-8 h2 {
	/*background: #4D4D4D;*/
	text-transform: uppercase;
	/* font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 8px 18px;
	margin: -30px -30px 30px -30px;
	background-color: #757c84;
	color: white;
	font-weight: bold;
}

.form-style-8 h3 {
	/*background: #4D4D4D;*/
	/* font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 8px 18px;
	margin: -30px -30px 30px -30px;
	background: #333;
	color: white;
	font-weight: bold;
}

	.form-style-8 input[type="text"],
	.form-style-8 input[type="date"],
	.form-style-8 input[type="datetime"],
	.form-style-8 input[type="email"],
	.form-style-8 input[type="number"],
	.form-style-8 input[type="search"],
	.form-style-8 input[type="time"],
	.form-style-8 input[type="url"],
	.form-style-8 input[type="password"],
	.form-style-8 textarea,
	.form-style-8 select {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		outline: none;
		display: block;
		width: 100%;
		padding: 7px;
		border: none;
		border-bottom: 1px solid #ddd;
		background: transparent;
		margin-bottom: 10px;
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		height: 45px;
	}

.form-style-8 textarea {
	resize: none;
	overflow: hidden;
}

.form-style-8 input[type="button"],
.form-style-8 input[type="submit"] {
	-moz-box-shadow: inset 0px 1px 0px 0px #c8b08a;
	-webkit-box-shadow: inset 0px 1px 0px 0px #c8b08a;
	box-shadow: inset 0px 1px 0px 0px #c8b08a;
	background-color: #c8b08a;
	border: 1px solid #c8b08a;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

		.form-style-8 input[type="button"]:hover,
		.form-style-8 input[type="submit"]:hover {
			/*background: linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);*/
			background-color: #c8b08a;
			color: white;
		}

