
.marketoForm a {
	color: #ef8700;
	text-decoration: none;
	font-weight: 500;
}

.marketoForm .field {
	color: #666;
	font-size: 0.9em;
	line-height: 1.5em;
}

.marketoForm input[type=text],
.marketoForm select,
.marketoForm textarea {
	height: 40px;
	font-size: 14px;
	padding-left: 10px;
	width: 100%;
	background-color: white;
}

.marketoForm textarea {
	padding-top: 10px;
	border-color: #dbdbdb;
}

.marketoForm input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-top: 0;
}

.marketoForm::placeholder {
	color: #787878;
}

.marketoForm select {
	border-radius: 0;
	-webkit-appearance: none;
	border-color: #dbdbdb;
	color: #787878;
}

#field_Country {
	position: relative;
}

#field_Country:after {
	content: url('https://www.autodeskfusionlifecycle.com/app/images/icons/arrow-dots-orange-down.png');
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
}


.marketoForm #submitbt {
	display: block;
	height: 51px;
	line-height: 50px;
	padding: 2px 27px 2px 15px;
	text-transform: uppercase;
	min-width: 200px;
	width: 300px !important;
	max-width: 100%;
	text-align: center;
	background-image: url(https://www.autodeskfusionlifecycle.com/app/images/icons/arrow-dots-white-right.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: right 10px center;
	background-clip: border-box;
	color: #fff;
	background-color: #ef8700;
	font-size: 16px;
	box-shadow: none;
	border: none;
}
