	.influactive-form-wrapper {
	padding: 20px;
	background-color: #f6f6f6;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	}

	.influactive-form-wrapper label {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	}

	.influactive-form-wrapper input[type=&quot;text&quot;],
	.influactive-form-wrapper input[type=&quot;email&quot;],
	.influactive-form-wrapper input[type=&quot;number&quot;],
	.influactive-form-wrapper textarea,
	.influactive-form-wrapper select {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-radius: 0;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	}

	.influactive-form-wrapper input[type=&quot;checkbox&quot;] {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	}

	.influactive-form-wrapper input[type=&quot;submit&quot;] {
	padding: 10px 20px;
	color: #ffffff;
	background-color: #333333;
	border-radius: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	}

	.influactive-form-wrapper input[type=&quot;submit&quot;]:hover {
	background-color: #333333;
	color: #ffffff;
	}

	.influactive-form-wrapper .free-text {
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #333333;
	}

	