input, select, textarea, button {
    /* Hay que especificar siempre el font-family y el font-size de estos elementos */
    font: 1em Helvetica, Arial, sans-serif;
}

fieldset {
    border: 0;
}

* html legend {
	margin-left:-7px;
}
*:first-child+html legend {
	margin-left:-7px;
}
button {
    cursor: pointer;
}

input[type=text],
input[type=password],
input.text,
input.password,
textarea{
	border: 1px solid #333;
}
