.generalErrorMessage {
	background: no-repeat 10px 10px; padding: 10px 10px 10px 60px; border: 1px solid currentColor; border-image: none; font-weight: bold; margin-bottom: 10px; min-height: 34px;
}
.generalErrorMessage p {
	margin: 10px 0px;
}
.contentBox label.errorDisplay {
	background: no-repeat right; width: 180px; padding-right: 20px; font-weight: bold;
}
.contentBox input.errorDisplay {
	border: 1px solid currentColor; border-image: none;
}
.contentBox select.errorDisplay {
	border: 1px solid currentColor; border-image: none;
}
ul.errorBlockContainer {
	margin: 10px; padding: 0px; border: 1px solid currentColor; border-image: none; font-weight: bold; display: none;
}
ul.errorBlockContainer li {
	background: no-repeat 5px 3px; margin: 5px 0px; padding: 2px 0px 2px 25px; list-style-type: none;
}
.showErrorsMessage {
	display: block;
}
ul.showErrorsMessage {
	display: block;
}
.hideErrorMessage {
	display: none;
}
ul.hideErrorMessage {
	display: none;
}
.error-container {
	width: 350px; display: none; position: absolute; box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3);
}
.has-error > .error-container {
	display: block;
}
.error-container h6 {
	padding: 3px 5px; text-align: right; display: block; background-color: rgb(255, 255, 255);
}
.error-container h6 span {
	cursor: pointer;
}
.error-container .errors {
	padding: 20px; text-align: left; font-size: 12px;
}
.error-container .error {
	display: none;
}
.error-container .show.error {
	display: block;
}
