.fsBody {
	background-color: #ffffff;
}

.fsBody > div {
	padding: 0;
}

.fsBody .fsForm {
	padding: 0;
	margin: 0;
}

.fsBody .fsForm > div[role=alert] {
    display: none;
}

.fsBody .fsValidationError div {
	font-family: 'Quattrocento Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.fsBody .fsFieldCell {
	margin-bottom: 10px;
}

.fsBody .fsFieldCell .fsSubFieldGroup > div {
	margin-bottom: 0;
}

.fsBody .fsLabel {
	display: inline-block;
    padding: 10px 0 5px;
    color: #333333;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
}

.fsBody .fsSubFieldGroup label {
	font-family: 'Quattrocento Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.fsBody input,
.fsBody textarea {
    padding: 10px;
    background: #fafafa;
    color: #444444;
    border: 1px solid #b9b9b9;
    border-radius: 1px;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fsBody input:focus, 
.fsBody textarea:focus, 
.fsBody select:focus{
    outline: none;
}

.fsBody .fsSubmit {
	margin-top: 15px;
	padding: 0;
}

.fsBody .fsSubmit .fsSubmitButton {
    height: auto;
    padding: 8px 12px;
    background: #333333;
    color: #ffffff;
    border: 2px solid #333333;
    border-radius: 1px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: normal;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fsBody .fsSubmit .fsSubmitButton:hover {
	background: #ffffff;
    color: #333333;
    border: 2px solid #333333;
}
