input.disabled {
	border: none;
	border-bottom: 1px solid #7F7F7F;
	background:transparent;
}

input.norequired, textarea.norequired {
	border: none;
	border-bottom: 1px solid #7F7F7F;
	background:transparent;
}

input.required, textarea.required {
	border: none;
	border-bottom: 1px solid #7F7F7F;
	background:transparent;
}

select.required {
	border: none;
	border-bottom: 1px solid #7F7F7F;
	background:transparent;
}

input.validation-failed, textarea.validation-failed {
	border:none;
	border-bottom: 1px solid #7F7F7F;
	color : #FF3300;
	background:transparent;
}
input.validation-passed, textarea.validation-passed {
	border:none;
	border-bottom: 1px solid #7F7F7F;
	color : #000;
	background:transparent;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background:transparent;
/*	background-color: #FF3300;
	color : #FFF;*/
	color : #FF3300;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background:transparent;
/*	background-color: #FF3300;
	color : #FFF;
	color : #FF3300;*/
	color : #bb0202;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
