body {
	color: #333;
	padding: 0 30px;
}

input.other, textarea.other {
	border: 1px solid #00A8E6;
}


input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 3px 0;
	padding: 3px;
	background-color: #DFF3FB;
	color : #FF3300;
	font-weight: bold;
}


.custom-advice1 {
	margin: 3px 0;
	padding: 3px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice2 {
	margin: 3px 0;
	padding: 3px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
