/*label.error {
	font: 16px arial !important;
	color: rgb(247, 246, 246) !important;
	position: absolute;
	text-shadow: none !important;
	top: 5px;
	width: 150px;
	background: #E22F2F;
	padding: 7px 2px 5px 9px !important;
	border-radius: 3px;
	border: 1px solid #A00D0D;
	right: -179px;
	z-index: 1000;
}

.lab{
	position: relative;
}

.lab_name label.error{

}

.lab_phone label.error{
    left: -177px;
}

#cap_contact label.error{
	left: -177px;	
	top: -52px;
}

.lab_email label.error{

}

.lab_name label.error:before,
.lab_name label.error:after,
#cap label.error:after,
#cap label.error:before,
.wdlc label.error:after,
.wdlc label.error:before,
.lab_email label.error:before,
.lab_email label.error:after{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.lab_name label.error:after,
#cap label.error:after,
.lab_email label.error:after,
.wdlc label.error:after{
	border-color: rgba(226, 47, 47, 0);
	border-right-color: #E22F2F;
	border-width: 10px;
	margin-top: -10px;
}

.lab_name label.error:before,
#cap label.error:before,
.lab_email label.error:before,
.wdlc label.error:before{
	border-color: rgba(160, 13, 13, 0);
	border-right-color: #A00D0D;
	border-width: 11px;
	margin-top: -11px;
}

.lab_phone label.error:after,
#cap_contact label.error:after,
#cap_contact label.err:before,
.lab_phone label.error:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.lab_phone label.error:after,
#cap_contact label.error:after {
	border-color: rgba(226, 47, 47, 0);
	border-left-color: #E22F2F;
	border-width: 10px;
	margin-top: -10px;
}

.lab_phone label.error:before,
#cap_contact label.err:before {
	border-color: rgba(160, 13, 13, 0);
	border-left-color: #A00D0D;
	border-width: 11px;
	margin-top: -11px;
}*/

label.error{
    position: relative;	
    top: -10px;
    font-size: 16px;
    color: red;
    font-family: 'helioscondregular';
    display: block;
    margin-left: 5px;
}