/************************************************
 * Form styles
 ************************************************ */
form {
	margin: 0px;
}

fieldset {}

legend {}

input {
	font-family: inherit;
	font-size: 0.9em;
}

button {
	font-family: inherit;
	font-size: 0.9em;
}

textarea {
	font-family: inherit;
	font-size: 0.9em;
}

select {
	font-family: inherit;
	font-size: 0.9em;
}

label {}

/************************************************
 * Form error styles
 ************************************************ */
.error-class-custom {
}
.error-class-1, .error-class-inline {
	color: red;
	padding-left: 20px;
	font-size: 0.9em;
}
.error-class-2 { 
	border: 2px inset red;
}
.error-class-4 {
	color: red;
}

