body {
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border: 1px #888 solid;
}

#formRegistro {
	width: 500px;
	border: 1px #666666 solid;
	background: #DAE6F0;
	padding: 15px;
}

.filaCampo {
	padding: 2px;
	height: 25px;
}

.etiqueta 
{
    font-family: verdana; font-size: 11px; color: #0033CC;
	width: 40%;
	float: left;
}

.campo {
	width: 60%;
	float: right;
}


