.callme-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 #E86290;
}

.callme-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: 4px;
	background: #202E31;
	box-shadow: 3px 4px 14px -2px rgba(0, 0, 0, .32);
	opacity: 0;
}

.callme-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;
}

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

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

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

.jsplash-inner.callme-js-form {

}

.jsplash-inner .callme-form-module {
	margin: 0;
	width: 300px;
}

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

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