.error {
	position: absolute;
	/*//margin:-40px 0 0 -40px;*/
	/*padding:6px 10px;*/
	font-family: 'pt-sans-web-regular', arial, sans-serif;
	font-size: 12px;
    line-height: 15px;
    color: #FF0000;
	/*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;
}

/* ======== */

input[type="checkbox"]{
	float: left;
    height: 24px;
}

p.input-label{
	float: left;
	font-family: 'lato-regular', arial, sans-serif;
	font-size: 15px;
    line-height: 21px;
	cursor: pointer;
	margin: 0 0 0 10px;
}