@charset "utf-8";
/* CSS Document */

#form1 label {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin-left: 10px;
	display: block;
	font-weight: bold;
}
#form1 #nombre {
	width: 140px;
}
#form1 #apellido {
	width: 140px;
}

#form1 #email {
	width: 140px;
}
#form1 fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#form1 {
	display: block;
}
