.form-web {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}
.error {
	background: #FFC;
	border: 1px solid #C00;
}
#failureResult {
	font-weight: bold;
	font-size: 18px;
	color: #d03838;
}