﻿.fsBody .fsForm input[type="text"].fsField, .fsBody .fsForm input[type="number"].fsField, .fsBody .fsForm input[type="email"].fsField, .fsBody .fsForm input[type="tel"].fsField, .fsBody .fsForm textarea.fsField, .fsBody .fsForm select.fsRequired, .fsBody .fsForm select.fsField {
 padding: 5px 0;
 width: 100%;
 max-height: 110px;
 box-shadow: none;
 -webkit-box-shadow: none;
}
.fsBody .fsForm .fsLabel, .fsBody .fsForm .fsOptionLabel, .fsBody .fsForm .fsMatrix th, .fsBody .fsForm .fsMatrixLabel, .fsForm select {
	font-size: 13px
}
.fsBody .fsSubField {
	width: 100%;
}
.fsBody .fsForm .fsCell {
	padding-bottom: 10px;
}
.fsSubmitButton, .fsNextButton, .fsPreviousButton {
	font-size: 13px !important;
	padding: 15px 50px !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #0E0E0E !important
}
.fsSubmitButton:hover, .fsNextButton:hover, .fsPreviousButton:hover {
	background: #0E0E0E !important;
}
.fsBody .fsRowBody {
	padding: 0;
}
.fsSubFieldGroup .fsSubField.fsNameLast {
	margin-top: 5px;
}
.fsBody .fsForm .fsSupporting {
	font-size: 10px;
}
.fsBody .fsForm .fsCell {
	padding-top: 1px;
}
.fsForm .fsSubmit {
	margin-top: 1px;
}
.fsRequiredMarker{
font-size: 13px;
}