#tablaContacto{
	color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px !important;
}

#tablaContacto td{
	height:40px;
}

.txtcampo{
	width: 290px;
}

.error{
	background-color: #2E64FE;
	padding: 6px 12px;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	margin-left: 16px;
	margin-top: 6px;
	position: absolute;
}
.error:before{
	content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #2E64FE;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}

/* 20151009 - DVT */
.refresh{ width:24px; cursor: pointer; }
.dev{ background-color: #0055b7; width:320px}