.LiveField {
	margin: 0 0 20px 0;
}
.editor .LiveField .LiveField__container {
	padding: 0;
}
.LiveField__header {
	display: none;
}
.LiveField__input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 15px 6px 50px;
	font-weight:400;
	font-size: 15px;
	line-height: normal;
	color: #323232;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.05);
	box-shadow: 2px 2px 2px rgba(0,0,0,.05);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.editor .LiveField--active .LiveField__input:not(.LiveField__input--manualfocus), .editor .LiveField__input--manualfocus:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.editor.editor--live {
	padding: 5px !important;
}
.submit .btn-raised {
	border: 0;
	border-radius: 4px;
	line-height: 52px;
	height: 52px;
	font-family:Montserrat, "Helvetica Neue", Helvetica, Roboto, sans-serif !important;
	font-size: 18px;
	font-weight:500 !important;
	padding:0;
}
.LiveFieldSection {
    padding-top:0 !important;
}
.Paperform__Question--37tb4 .LiveField__input {
    background-image: url(http://fileserver.osiaffiliate.com/temp/carollbradford/images/icon-user.png);
}
.Paperform__Question--6vl1v .LiveField__input {
	background-image: url(http://fileserver.osiaffiliate.com/temp/carollbradford/images/icon-user.png);
}
.Paperform__Question--122eb .LiveField__input {
	background-image: url(http://fileserver.osiaffiliate.com/temp/carollbradford/images/icon-phone.png);
}
.Paperform__Question--a9d6t .LiveField__input {
	background-image: url(http://fileserver.osiaffiliate.com/temp/carollbradford/images/icon-email.png);
}