#formRregistro_popUp .error{
    background-color: #1474BA;
	border-radius: 4px;
	color: #fff;
	font-size:10px;
	padding: 6px 8px;
	margin: 6px 0 0 16px;
	position: absolute;
	z-index:11;
	width: 130px; text-align:center;
	}
	
#formRregistro_popUp .error:before{
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #1474BA;
    border-left: 8px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 4px;
    width: 0;
	}