.feedback-form-module{
	margin: 20px 0 50px 0;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 4px 14px -2px rgba(0, 0, 0, .32);
	border-radius: 4px;
	border: 5px dashed #FF9800;
}

.feedback-form-module .validation-error{
	font-size: 13px;
	position: absolute;
	bottom: -20px;
	padding: 2px 5px;
	color: #FFFFFF;
	border: 1px solid #bbb;
	transition: all 240ms ease-out;
	border-radius: 2px;
	background: #202E31;
	box-shadow: 3px 4px 14px -2px rgba(0, 0, 0, .32);
	opacity: 0;
}

.feedback-form-module .validation-error:before {
	content:'';
	position:absolute;
	width:0;
	height: 0;
	border-bottom: 4px solid #202E31;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	top: -4px;
	left: 6px;
}

.feedback-form-module .validation-error.-visible {
	opacity: 1;
}

.feedback-form-module .error{
	border: 1px solid red;
}


.feedback-form-module .field textarea{
	height: 85px;
}


.jsplash-wrapper.feedback-js-form {
    padding: 0;
}

.jsplash-wrapper .feedback-form-module {
	margin: 0;
	width: 300px;
}

.jsplash-inner .feedback-form-module label >span {
    text-align: left;
    display: block;
    font-size: 13px;
}

.jsplash-inner .feedback-form-module .button-field {
	margin: 0;
}
.jsplash-inner .feedback-form-module .button-field input {
	margin-top:0
}