

.sfFormsEditor, .sfnewsletterForm {
	width: auto !important;
	/* width: 450px !important; */

	margin: 0 0 20px 0 !important;
	padding: 15px !important;
	border: 0px solid;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #c7dbe3;
	background: #ececec;
	border: 0px solid #ccc;
}

ol.sfnewsletterFieldsList {
	padding: 0;
}


.sfFormsEditor table td, .sfFormsEditor table th, .sfSubscribe table td, .sfSubscribe table th {
	vertical-align: top;
	border: none !important;
	magin: 0 !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.sfFormsEditor table.fieldsContainer {
	width: auto !important;
}

.sfFormsEditor .fieldsContainer tr, .sfFormsEditor .fieldsContainer td {

}



.sfFormsEditor .formContent, .sfFormsEditor .sfTxtLbl {
	display: block;
	margin: 4px 0 !important;
}

/*
.sfFormsEditor input.inputText,
.sfFormsEditor textarea.inputText,
.sfFormsEditor.labelTop td.input .inputText,
.sfFormsEditor.labelTop td.input .inputCombo
*/

.sfFormsEditor .sfFieldWrp input.sfTxt, .sfnewsletterForm input.sfTxt {
	width: 95% !important;
	border: 0px solid #ccc !important;
	margin-bottom: 10px;
	padding: 5px !important;
	background: #dfdfe1;
}

/*.sfFormsEditor .sfExample {
	display: block;
	margin: 5px 0;	
}*/

.sfFormsEditor fieldset {
	border: none !important;
	width: auto !important;
	margin: 0 !important;
	margin-top: 20px !important;
	padding: 0 !important;
	background: transparent !important;
}

.sfFormsEditor fieldset legend {
	display: inherit !important;
	position: relative !important;
	margin-bottom: 10px !important;
	padding: 0 !important;
	width: 300px !important;
	top: -10px;
	
	font-size: 20px !important;
	line-height: 100%;
	font-weight: normal;
	text-transform: none;
	color: #5c71a2;
	background-color: transparent !important;
	font-family: 'IntervalLight', Helvetica, Arial;
	font-weight: normal;
}

.sfFormsEditor .sfFormBox .sfFieldWrp .sfExample {
	background-color: transparent;
	background-image: none !important;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 10px;
	margin-bottom: 10px;
	padding: 0 !important;
	font-weight: bold;
}

.sfFormsEditor.labelTop label.inputLabel {
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
}

.sfFormsEditor td.required label.inputLabel {
	font-weight: bold;
}


.sfFormsEditor .sfFormSubmit input, .sfnewsletterSubmitBtn {
	border: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ff9900;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff !important;
	margin: 0 !important;
	margin-bottom: 0 !important;
	padding: 5px 10px !important;
}

.sfFormsEditor .sfFormSubmit input {
	display: inline;
}


.sfFormsEditor .submitRow {
	text-align: left !important;
	width: 100%;
	padding: 20px 0 0 0 !important;
}