.errorTextForm {
	background: #dedede;
	border-radius: 8px;
	border: 1px solid #fff;
	color: red;
	line-height: 1.5;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px 10px;
	position: absolute;
	width: auto;
	z-index: 999;
}
.errorTextForm:after {
	border: 10px solid;
	border-color: transparent transparent #dedede transparent;
	bottom: 100%;
	content: '';
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 0;
}