.hidden {
	display: none;
}

.error {
	color: red;
}

.errorMsg {
  margin-left: 4px;
	color: red;
  font-size: 0.95em;
}

span.errorMsgBox, div.errorMsgBox {
	position: absolute;
  margin-left: 5px;
	padding: 2px 4px;
	border: solid 1px red;
	background-color: #fcc;
}

input.error, textarea.error, select.error {
	border: solid 2px red !important;
  color: black;
}

