.mfa-formulario {
    max-width: 350px;
}

.mfa-formulario input {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
}

.mfa-formulario textarea {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
	min-height: 100px;
}

/* Hereda estilos del tema */
.mfa-formulario button {
    cursor: pointer;
	min-height: 50px;
	min-width: 150px;
}

.mfa-resultado {
    margin-top: 15px;
    font-weight: bold;
}

td.mensajes, th.mensajes {
	padding: 10px;
	border: 1px solid;
}
table.mensajes {
	min-width: 600px;
	border: 1px solid;
}