.error {
	position: absolute;
	/*//margin:-40px 0 0 -40px;*/
	/*padding:6px 10px;*/
	font-size:12px;
	color: #EC5454;
	font-weight: bold;
	/*background: #2e3d47;
	border: 2px solid #c2e1f5;
	border-radius:4px;*/
	display:none;
}
.error:after, .error:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.error:after {
	/*
	border-color: rgba(46, 61, 71, 0);
	border-top-color: #2e3d47;
	border-width: 5px;*/
	left: 4px;
}
.error:before {
	/*border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 8px;*/
	left: 1px;
}