.ErrorText {
		text-align: left;
	  padding: 0px;
	  margin: 0px;
		background-color: rgb( 255, 255, 255, 0.5 );
	  /* background-image: url('/vendor/validate/bullet_error.png');
		background-position: 0px 1px;
		background-repeat: no-repeat; */
		/* background-attachment: fixed; */
		/* background-size: 16px 16px; */
	  padding-left: 5px;
	  font-size: 12px;
	  /* color: #DD0000; */
	}

.ValiditySpan {
  	padding: 2px;
}

.ValiditySpanError {
  	padding: 0px;
  	border-left: 2px solid #D00;
	}
