span.formError {
  display: inherit;
}
span.formErrors {
  display: block;
}
span.formErrors ul,
span.formErrors ol {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0; /* do not change */
	margin-left: 8px;
	/*margin: 4px 0 0 16px; with YUI reset*/
	padding : 0;
	color: #a22;
}
span.formErrors ul {
	list-style-type: none;
	/*list-style-type: disc;*/
	/*list-style-image: ;*/
}
ol.formErrors {
	list-style-type: decimal;
}
span.formErrors li {
	margin-top: 0;
	margin-bottom: 0;
	/*margin-top: 2px; with YUI reset*/
  line-height: 14px;
}
.fieldWithErrors {
  padding: 0;
  background-color: transparent;
  outline: none;
  display: inline;
}
.fieldWithErrors input,
.fieldWithErrors select,
.fieldWithErrors textarea {
	background-color: #ffffcc;
  border:2px dotted #EBBBC0 !important;
  outline: none;
}
.fieldWithErrors input[type='radio'] {
  outline: 2px dotted #EBBBC0 !important;
}
.fieldWithoutErrors {
}
.fieldWithoutErrors input,
.fieldWithoutErrors select {
}

