  .errFld {border: 1px solid #F00; /*... or any other css properties ... */}
  .errMsg { 
	float:left;
	margin-left: 9em;
  	color: #C33; /*... or any other css properties ... */ 
  }

